Re: Try/Catch
- Posted by petelomax Feb 16, 2015
- 4034 views
mattlewis said...
Take a look at the result of running eudis on some code. There's a lot of cleanup that goes on all the time whenever we exit a scope.
Ah. My bad. I didn't realise RETURNF and RETURNP had block scopes embedded in the code. In Phix, opRetf is parameterless; it's all on the stack - mind you, thanks for the reminder, I never quite finished my block scope handling
Pete