> On Feb 27, 2015, at 7:12 AM, Anthony Ferrara <ircmax...@gmail.com> wrote:
> 
> Dmitry and Zend,
> 
> Thank you for sharing your code. I look forward to playing with it.
> 
> Perhaps after 7 stabilizes (and ships) you could write up your
> thoughts around it? Why decisions were made and the findings that you
> have?

Yes I think we can definitely do that. It is an interesting experiment and 
clarified also that JIT was less interesting in the short term as we can all 
observe by the fabulous results of the current PHP 7 runtime. But absolutely 
worth discussing post 7 as there surely are interesting opportunities. 

Andi

> Thanks again
> 
> Anthony
> 
>> On Fri, Feb 27, 2015 at 7:10 AM, Dmitry Stogov <dmi...@zend.com> wrote:
>> Hi,
>> 
>> With the recent discussions of JIT/AOT and the good progress we made on
>> PHP-7, we decided to open up the JIT experiment we've been working on.
>> 
>> https://github.com/zendtech/php-src/tree/zend-jit/ext/opcache/jit
>> 
>> You may just clone or pull zend-jit branch and compile/configure according
>> to instruction. Don't merge it with master. It may work today but will stop
>> working tomrrow.
>> 
>> Disclaimers:
>> 
>> - It's an experiment, and is not in any way ready for anything.
>> In the future we may try to implement JIT quite different from this PoC.
>> 
>> - I'm not planning to invest into it in the near future. (PHP-7 takes all my
>> time)
>> Consider it available for academic purposes only at this point.
>> 
>> Enjoy!
>> 
>> Thanks. Dmitry.
> 
> -- 
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

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

Reply via email to