On 1/31/19 1:15 PM, Albert Casademont wrote: > Hi all, > > This is fantastic news thank you! I was going to ask if JIT would also > work when Opcache is enabled with "opcache.file_cache_only".
Unfortunately, not yet, but we are planning to move opcache into PHP-8 core and allow optimization and JIT without caching. > Our use > case is a ReactPHP app that right now only has Opcache basically for the > optimizations and we do not use the standard shared memory portion. We > believe JIT could improve quite a lot these kinds of "long-running" > processes that can serve multiple requests per-process. Thanks a lot! Better to try and provide feedback right now. You can get sources and build PHP from the link in RFC. https://github.com/zendtech/php-src/ Thanks. Dmitry. > > Best, > > > > On Thu, Jan 31, 2019 at 10:44 AM Dmitry Stogov <dmi...@zend.com > <mailto:dmi...@zend.com>> wrote: > > Hi Internals, > > > I'm glad to finally propose including JIT into PHP. > > > https://wiki.php.net/rfc/jit > > > In the current state it may be included both into PHP-8, where we > are going to continue active improvement, and into PHP-7.4, as an > experimental feature. > > > Thanks. Dmitry. >