> -----Original Message----- > From: julienpa...@gmail.com [mailto:julienpa...@gmail.com] On Behalf Of > Julien Pauli > Sent: Tuesday, March 03, 2015 4:44 PM > To: Zeev Suraski > Cc: PHP internals > Subject: Re: [PHP-DEV] Re: About optimization for compiler > > I'm looking at https://github.com/zendtech/ZendOptimizerPlus , I cant find > anything related to PHP7 for OPCache. > So I was thinking OPCache was not compatible yet with PHP7.
That's the repository for users of old versions (5.5 and earlier). For 7/5.6 it's here: github.com/php/php-src/tree/master/ext/opcache > > I'm also +1 to keep our optimizations into OPCache (into an > extension), > > I'm slightly confused - you mean keep it in (or move optimization > over to) > the OPcache extension, or move it into its own extension? > If it's the former, then I agree. Optimization passes and opcode > caching > are very much linked, as performing optimizations without having an > opcode > cache rarely makes sense. > > > > I agree with that as well, just Anthony gave a different opinion which > seems > right as well. I think that if we ever have optimization passes that are prohibitively expensive to run interactively (most probably around JIT) we'll definitely need new strategies for them. But as long as we're talking about relatively optimization passes that take milliseconds to run and not minutes, I think this approach holds true. Zeev -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php