Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103904 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 11040 invoked from network); 31 Jan 2019 13:36:19 -0000 Received: from unknown (HELO mail-it1-f172.google.com) (209.85.166.172) by pb1.pair.com with SMTP; 31 Jan 2019 13:36:19 -0000 Received: by mail-it1-f172.google.com with SMTP id p197so3228279itp.0 for ; Thu, 31 Jan 2019 02:16:10 -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=NwqcaTGhE8G/+AxCZdwcg+WvkxiwpvhlJRnqQf/TIBk=; b=Wi2H41817csCp70o4ItQcS0x7lOUgI97ShiLJOsNStTCEA1hV7OKb/6M85vnsfSO2G SppKSad3twAZa5lYpiNawIYFxA/RxiSMpZhmt0KkA5Y1EF6CWKB5g1JkfKYj3umcXlsO 27UtYeMLe6RNxE2uP2OFojLAB9h++pfAt8eGt0ge9m9SwZj/qqSWW1zdG8AnmMB1zRSa MaGPNGuAHe2xfi0RrLgKWf2H/nbbDMXPpd3OJckar1DrI4DudpevA0XAXqDA0s6N5iNM i0J3G9W2960+BNi20ey694r9tten5vgKnJJqJd0JETpP+AVcpiW2Phps7o8hayzH/xDo 880g== 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=NwqcaTGhE8G/+AxCZdwcg+WvkxiwpvhlJRnqQf/TIBk=; b=lK1r5cm3VzCDfpxBaHZv/jrWrl24XqnjNYiDLkC1FO1B/LZsaPLcGF0X5d6yhkNPs/ gVzlg58VBSapTE9hrqltEqOK12FJlO3s0k5VyYwzlyXgIKfq0YbbBWtEA8IycKL+JVvq 6bYvJj0xr+/FMR+XztDbx4t7BbEeHBKTKeHm4wQ49bKncEIDYzWue7COMOfcIwwV2zDE bLNM4HWN+VUJPnBu4/yH1tmjwDpewyWL4LnZbuXoqbyshaUxMYSr8lUxUqRRH4ODaIbd 5NDMa0MBW8iorDsLTD1+GmCqyQyDV39m/TLjHFwyp80fSlR2Geiuq54K/s4VtkZcLRKi ixjg== X-Gm-Message-State: AHQUAuZfVESFhpNURd61/WP/xE8Wlxk01RS3wuLrNg5OP1PnMKZx1USs GTDwhtlU8GM6ZT9zJ5TSu0HFOYbvFrtJPlWg0Q8= X-Google-Smtp-Source: AHgI3IZRzqIaeACzxobyVAmDbcTVvQ1N8cUAmzks0dj6DiiFawTIBcn0lbcN9/N/XGRJzD/pdOUJhJsPXhtpj1jJ6lU= X-Received: by 2002:a24:eb0b:: with SMTP id h11mr7906602itj.138.1548929770105; Thu, 31 Jan 2019 02:16:10 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 31 Jan 2019 11:15:58 +0100 Message-ID: To: Dmitry Stogov Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000bab2970580be5021" Subject: Re: [PHP-DEV] [RFC] JIT From: albertcasademont@gmail.com (Albert Casademont) --000000000000bab2970580be5021 Content-Type: text/plain; charset="UTF-8" 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". Our use case is a ReactPHP app that right now only has Opcache basically for the 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! 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. > --000000000000bab2970580be5021--