Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103910 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 41088 invoked from network); 31 Jan 2019 14:54:52 -0000 Received: from unknown (HELO mail-oi1-f180.google.com) (209.85.167.180) by pb1.pair.com with SMTP; 31 Jan 2019 14:54:52 -0000 Received: by mail-oi1-f180.google.com with SMTP id v6so2455651oif.2 for ; Thu, 31 Jan 2019 03:34:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jUG7WSkX3AnVgG8QLnlmwhUOXuC21rw45Cm1MJOhSiM=; b=UYHGzOs0cb7bhkKRbDMqE2rcmcGV1Hcp0JUJLMNtUZtimv7sa/DpznI88wFm17jnxp qemull89CDP0vbiZh4ySnWPEP2FP36jjNFFjrHufRBeVALePulx/OFG5uuHMmYAlYY+e fOPXMPW3HTsTfHptxFsh7wSKsFlMsaeSmleWC1cJKUWrsKbMbe79ZGJEcKrEWwTSB4F7 e/vnnjqoNM3692P+K/Pkfot3NIXktAOU2xIcQf3ab+ansCV1qfwTEmFqjfGfrp/1xe6l bSm59MonGBp+WcXxdrO9t4jFpHEIZCYRSeSOPeK9lN8w4txSy6HAXs7L8jk2hZwOJgCp Rx6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jUG7WSkX3AnVgG8QLnlmwhUOXuC21rw45Cm1MJOhSiM=; b=VU8X9wWoAXZAq7r8fWOR+X2iuHBK3hoATX7GpOTLlp696PeVD6vQyJGgWsyCsfVzKC 8GDeTqn6eBZfM6/B4RE05EgwYdLkEZ4hG5fT9VRicmVRUyTyjMkEvbbGO7AUkvK01f10 oSkpI7ot2BNW4rd/Z9mO8yLBZF2HeUADeCvXrtJq/VE7IaGpemj30fWk5fgbHk9hhnXk x6nznfKrNAE8ID/uDdkmfxhwMTpHSUHdvj2Me3yzYGZ+QT6FvEKW2KEpslCmbbrCrvHZ s16UUiGK3kPqAiiti/PLYPSdNsI9JRc/2EIzyZrhxRThyB6u09lRksFt/yYpmIosV/hb 9PSQ== X-Gm-Message-State: AJcUukd4xcqq35tRoV6mwETwMIlwi0rs2Qvn32X7dXFln0xLxTYSuktP QQgC0Ye0BmWRoZ1dt/srIk7AXvtLWpCxolXHHL0= X-Google-Smtp-Source: ALg8bN4a1Tb7ntTgiWjQO4Dd53TBKkOgT4CfFceFsp4irwclrAoI8W4duQ6/chOuEI5QjOZn9SmfRkZMzODSsClerQw= X-Received: by 2002:aca:ab16:: with SMTP id u22mr15548129oie.249.1548934483757; Thu, 31 Jan 2019 03:34:43 -0800 (PST) MIME-Version: 1.0 References: <78bbc8d5-f63d-398a-053d-fd1a38b39ee5@zend.com> In-Reply-To: <78bbc8d5-f63d-398a-053d-fd1a38b39ee5@zend.com> Date: Thu, 31 Jan 2019 09:34:34 -0200 Message-ID: To: Dmitry Stogov Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000af50070580bf6956" Subject: Re: [PHP-DEV] [RFC] JIT From: marcospassos.com@gmail.com (Marcos Passos) --000000000000af50070580bf6956 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable JIT, FFI, covariant return types and typed properties: what a year for PHP. Thank you all for working on making PHP better and better. - Marcos Em qui, 31 de jan de 2019 =C3=A0s 08:54, Dmitry Stogov escreveu: > > > On 1/31/19 1:15 PM, Albert Casademont wrote: > > Hi all, > > > > This is fantastic news thank you! I was going to ask if JIT would also > > work when Opcache is enabled with "opcache.file_cache_only". > > Unfortunately, not yet, but we are planning to move opcache into PHP-8 > core and allow optimization and JIT without caching. > > > Our use > > case is a ReactPHP app that right now only has Opcache basically for th= e > > optimizations and we do not use the standard shared memory portion. We > > believe JIT could improve quite a lot these kinds of "long-running" > > processes that can serve multiple requests per-process. Thanks a lot! > > Better to try and provide feedback right now. > You can get sources and build PHP from the link in RFC. > https://github.com/zendtech/php-src/ > > Thanks. Dmitry. > > > > > Best, > > > > > > > > On Thu, Jan 31, 2019 at 10:44 AM 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. > > > --000000000000af50070580bf6956--