> GS>>Well, point a) implied that it's a solvable problem, at least as much
as it
> GS>>is when doing any sort of premature exit from a block.
>
> It's worse problem since we are going to jump to random place and not just
> to the end of the block. At the end of the block we could have opcode that
> takes care of that. At random place, we can't have it.
>
Sure we can.  The labels know what break container they're in and the gotos
know what break container they're called from.  It's a simple matter to
traverse backwards through the break containers freeing up the resources
used by each control structure.

-Sara

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to