On 1/31/19 8:08 PM, Derick Rethans wrote: > On Thu, 31 Jan 2019, Dmitry Stogov wrote: > >> I'm glad to finally propose including JIT into PHP. >> >> https://wiki.php.net/rfc/jit > > I don't see anywhere in this RFC how it would affect thigns that do > sneaky things with internals, such as Xdebug. How is that going to be > affected? >
I suppose Xdebug should work on non-JIT-ed versions of the functions. Even JVM deoptimizes to bytecode when debugging. Thanks. Dmitry. >> 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. > > I do not believe that something major like this should make it into any > PHP 7.x release. Having it as experimental new feature in the master/PHP > 8.0 branch makes the most sense to me. > > cheers, > Derick >