Re: [PHP-DEV] Zend JIT Open Sourced

2015-03-01 Thread Yasuo Ohgaki
Hi Dmitry, On Fri, Feb 27, 2015 at 9:10 PM, Dmitry Stogov wrote: > 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 ju

Re: [PHP-DEV] Zend JIT Open Sourced

2015-02-28 Thread Dmitry Stogov
On Sat, Feb 28, 2015 at 12:55 AM, Andi Gutmans wrote: > > On Feb 27, 2015, at 11:36 AM, Anthony Ferrara > wrote: > > > > Dmitry, > > > >>> That's not to say there's anything wrong with this approach, nor that > >>> there isn't a ton we can learn from it. I think it's a fantastic > >>> research e

Re: [PHP-DEV] Zend JIT Open Sourced

2015-02-27 Thread Andi Gutmans
> On Feb 27, 2015, at 11:36 AM, Anthony Ferrara wrote: > > Dmitry, > >>> That's not to say there's anything wrong with this approach, nor that >>> there isn't a ton we can learn from it. I think it's a fantastic >>> research effort and plan on digging through it myself. Thank you for >>> open so

Re: [PHP-DEV] Zend JIT Open Sourced

2015-02-27 Thread Pierre Joye
hi, On Fri, Feb 27, 2015 at 4:10 AM, Dmitry Stogov 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 ju

[PHP-DEV] Zend JIT Open Sourced

2015-02-27 Thread Dmitry Stogov
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 instr