On Thu, Jan 31, 2019 at 10:44 AM Dmitry Stogov <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. > Can you give some information on if there are pre-conditions that must hold for a function to be jitted, or quit conditions that force the JIT to be reverted for a function? In addition, it would be helpful for testing if there was a way to find out if a function was jitted, maybe through ReflectionMethod/Function or opcache_get_status() ? > > > Thanks. Dmitry. >