Re: [PHP-DEV] Re: runtime JIT

2007-04-24 Thread Lukas Kahwe Smith
Hello, From my understanding the main thing that is holding back a first preview/alpha release of PHP6 is solving the below explained issues in the JIT parameter handling. Pierre and Dmitry were the two most likely candidates to implement this, but I guess both of them are busy (?). Maybe som

Re: [PHP-DEV] RE: runtime JIT

2007-02-15 Thread Pierre
On 2/15/07, Andrei Zmievski <[EMAIL PROTECTED]> wrote: Just to be clear: does this implement runtime JIT per-element or for the whole array at once? The whole array. It is exactly like what we have now for the compile-time JIT. --Pierre -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] RE: runtime JIT

2007-02-15 Thread Andrei Zmievski
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