Re: SVN Revision tests failing >= 1910
- Posted by mattlewis (admin) Apr 12, 2009
- 922 views
Critic said...
mattlewis said...
I'm working out some issues with the new code blocks, which manage reference counting differently than euphoria used to.
Watch out that compiler generated temporaries don't increment the reference count. Otherwise you get the poor O(n) vs. O(1) behaviour which I meant weeks ago. (Sorry, I have been busy, so I never read your answer.)
Yes, this is one issue I've been working on.
Matt