I think, It's going to be a part of opcache. Today, all PHP processes use shared bytecode, with JIT we will in addition share the native code.
Thanks. Dmitry. ________________________________ From: Lin Yo-An <cornelius.h...@gmail.com> Sent: Monday, April 11, 2016 19:04 To: Dmitry Stogov Cc: Xinchen Hui; Nikita Popov; Bob Weinand; Joe Watkins; internals Subject: Re: Object getter method optimization On Mon, Apr 11, 2016 at 11:53 PM, Dmitry Stogov <dmi...@zend.com<mailto:dmi...@zend.com>> wrote: We consider, possibility of moving the whole Optimizer into Zend, but it won't change a lot, because expensive optimization make sense only with opcache (when script is optimized once and executed many times). Do you (or the team?) prefer to keep the JIT implementation as an extension or integrate the JIT implementation into the Zend core? Thanks, Yo-An