Just to be clear: does this implement runtime JIT per-element or for the whole array at once?

-Andrei

On Feb 14, 2007, at 4:07 AM, Dmitry Stogov wrote:

The patch is attached.

To use runtime JIT you will need to change zend_register_auto_global() to zend_register_auto_global_ex() with "1" as the last argument. Compile-time
JIT is still supported too.

Note that the significant part of the patch is reverting of "autoglobals CV"
patch, that is reimplemented using CG(auto_globals_cache).

Any objections?

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

Reply via email to