On Thu, Mar 27, 2008 at 12:34 AM, Johannes Schlüter <[EMAIL PROTECTED]> wrote:
>
>  On Wed, 2008-03-26 at 10:04 -0300, Felipe Pena wrote:
>
> > Hello,
>  >
>  > I would like know which itens below needs be backported to 5_3:
>  >
>  > - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara)
>
>  Not sure if this has benefits without the encoding stuff which is
>  planned for PHP 6.

If the JIT is actually enabled by default (as far as I remember it is
not), it can be useful as a request will simply not process any JIT
data if it is not actually used. The current behavior now is to do a
compile time JIT (detection of possible GPCES usage). The encoding is
useless in 5.3 without unicode support, it is binary as we know it ;)

Cheers,
-- 
Pierre
http://blog.thepimp.net | http://www.libgd.org

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

Reply via email to