Re: [PHP-DEV] JIT for PHP project

2016-11-16 Thread S.A.N
> The project is in the very early development stage. > > Now, JIT passes almost all PHPT tests, makes 3 times speed-up on bench.php > and no significant difference on real-life apps (+/-5% depended on > opcache.jit setting. > Have you tried to measure in frameworks as PHP script daemon, such

RE: [PHP-DEV] JIT for PHP project

2016-10-26 Thread Anatol Belski
lski <anatol@belski.net>; 'PHP internals list' > <internals@lists.php.net> > Cc: Zeev Suraski <z...@zend.com>; Xinchen Hui <xinche...@zend.com> > Subject: Re: [PHP-DEV] JIT for PHP project > > Hi Anatol, > > > The project is in the very early d

Re: [PHP-DEV] JIT for PHP project

2016-10-26 Thread Dmitry Stogov
list' Cc: Zeev Suraski; Xinchen Hui Subject: RE: [PHP-DEV] JIT for PHP project Hi Dmitry, > -Original Message- > From: Dmitry Stogov [mailto:dmi...@zend.com] > Sent: Thursday, September 1, 2016 1:57 PM > To: PHP internals list <internals@lists.php.net> > Cc: Zeev Surask

RE: [PHP-DEV] JIT for PHP project

2016-10-26 Thread Anatol Belski
Hi Dmitry, > -Original Message- > From: Dmitry Stogov [mailto:dmi...@zend.com] > Sent: Thursday, September 1, 2016 1:57 PM > To: PHP internals list <internals@lists.php.net> > Cc: Zeev Suraski <z...@zend.com>; Xinchen Hui <xinche...@zend.com> > Su

Re: [PHP-DEV] JIT for PHP project

2016-09-01 Thread S.A.N
Is planned async/await and native event-loop (maybe libuv)? Thank. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] JIT for PHP project

2016-09-01 Thread Xinchen Hui
Hey: On Thu, Sep 1, 2016 at 7:57 PM, Dmitry Stogov wrote: > Hi @internals, > > I'm glad to say that we have started a new JIT for PHP project and hope to > deliver some useful results for the next PHP version (probably 8.0). > We are very early in the process and for now there

[PHP-DEV] JIT for PHP project

2016-09-01 Thread Dmitry Stogov
Hi @internals, I'm glad to say that we have started a new JIT for PHP project and hope to deliver some useful results for the next PHP version (probably 8.0). We are very early in the process and for now there isn't any real performance improvement yet. So far we spent just 2 weeks mainly