Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104406 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 56501 invoked from network); 14 Feb 2019 16:35:55 -0000 Received: from unknown (HELO v-smtpout3.han.skanova.net) (81.236.60.156) by pb1.pair.com with SMTP; 14 Feb 2019 16:35:55 -0000 Received: from [192.168.7.8] ([213.64.245.126]) by cmsmtp with ESMTPA id uGv7gNZRXHNTSuGv7gLMMq; Thu, 14 Feb 2019 14:19:17 +0100 To: Dmitry Stogov References: <12bd8940-26e8-9e61-b8ff-130eece60283@zend.com> Cc: PHP internals Message-ID: <913d83cc-5867-0f5a-7714-cfb3da85d030@telia.com> Date: Thu, 14 Feb 2019 14:19:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 MIME-Version: 1.0 In-Reply-To: <12bd8940-26e8-9e61-b8ff-130eece60283@zend.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: sv X-CMAE-Envelope: MS4wfHLylMpVlVilJrruHvCH8oPZ/+wMyxz1n+ODbZq3g8PVu6Fj9203A/6ULHR6NGRMHK3lXKDYyckrnozU1xQj9UUftyM9Vjd+fFmYSMSlL4yVqLIbc6/O +B35VUvm4+I7JI4KmXE4ARMHSuwDH0sWI8j8CrxihD/UtY+JYGS0vCoG2S3CPagxtrTb6F0qQ2dta26RTZSefzp2ga0UCVmBMhM= Subject: Re: [PHP-DEV] [RFC] JIT From: bjorn.x.larsson@telia.com (=?UTF-8?Q?Bj=c3=b6rn_Larsson?=) Den 2019-02-13 kl. 14:07, skrev Dmitry Stogov: > Hi Internals, > > According to comments, code reviews and discussions, JIT RFC was > extended with few new sections. > > Please, consider to review the RFC once again. > > https://wiki.php.net/rfc/jit > > Any suggestion for RFC improvement are welcome. > > I'm not going to invest significant time into JIT implementation > improvement itself, at this point. So, ideas are also welcome, but don't > expect to get them implemented tomorrow. > > Thanks. Dmitry. > > On 1/31/19 12:43 PM, Dmitry Stogov 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. >> First, tnx for the excellent work. I think this will be a key driver for PHP 8 uptake. Mention market aspect in the section "The Case for JIT Today"? Secondly I wonder if preloading of e.g. a framework would allow JIT to work more efficiently and give even better performance? r//Björn Larsson