On Thu, 29 Jul 2004, Sara Golemon wrote:

> *this* implementation of GOTO requires a hash lookup, however it could be
> reworked to use the same backpatching as the ZEND_JMP ops used with
> conditional statements.  While doing that would speed execution time by
> skipping the hash lookup, it'd slow compile time and remove the ability to
> use complex expressions as goto targets (i.e.  goto "foo$i"; ).

I think that's a good thing actually ;-)

Derick

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

Reply via email to