Re: SVN Revision tests failing >= 1910
- Posted by Critic Apr 12, 2009
- 932 views
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.)