Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96916 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18657 invoked from network); 16 Nov 2016 11:36:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2016 11:36:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.171 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-qt0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:36256] helo=mail-qt0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/ED-05303-9C44C285 for ; Wed, 16 Nov 2016 06:36:42 -0500 Received: by mail-qt0-f171.google.com with SMTP id w33so97068870qtc.3 for ; Wed, 16 Nov 2016 03:36:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=gC5RSRkZQc+Fus4NxMHytkRYIh5Tylykv3kK4+1KT6Q=; b=WaeWWiOiWQVU56aBnxXSmeUpRLFcF88FIHs/h5BBMF9kCo7eJDiCCZ890LcycDKSWC K/UARAsSkFFxeupjqZz6BVJ7tMLo+O0ywBowwpIFN58xHx9NGg6KyHHMGJjVXYe8pO1U jeLmW9F9q0CV+KM+xKgm8jiXhpYBXmeowjW56wAHGbMFjZAJqk5dv3lDuA+NbEGRYtn5 ONImUi5b126B14Z8lZPyo0iH7YPorx85t2umyI/tO6KC2XfWCJHvhOnlo6Fr6rejW0v7 IWPO2sFKBI7ew8gv7HO9BuwgiG0yP5hlCqHFCVSzJU3WR1gmi2iHwZo8v88w0BB4SyCb MBwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=gC5RSRkZQc+Fus4NxMHytkRYIh5Tylykv3kK4+1KT6Q=; b=QBAyGyFqFTCc2ONlz6RJA5uinFH16jN0vpRaVWjb8E/9JXBgklG3iTa+GLBk0yI8XB eKqImnqHXOlwq8m7drw6Ia8cpMOOb2ixM+mglMmM24VosLZqMCM9n+Y+sBTqFezDkJ/1 LWdNmYPqZSYoyHSqLNBCGga0TUVIMjrQPzmlh+lD+3aSBgmCZ8wocxbNYpA25ym5iBSn wqDLn5Aw+1VPwYsloa+4bTlp1EKWrogvtzDOFzmvtQkZDxNSqHGc6LRHqK2KZNSTBl7b c2O/GqQOS20HKRB0Ebw8tV4GaB3Hy39psg1mxdCPIlbg6BQxCl2pL6DmJnpXsbB45k68 ymhg== X-Gm-Message-State: AKaTC00ke6lUTy7TXFkh3JbwWDqaIVDUZOzPJC7fOZkvnL7MD9Mu4sCMxXgV82avy2xF+wCRO1VAkd9Ig0rb2Q== X-Received: by 10.200.55.103 with SMTP id p36mr1331869qtb.205.1479296198686; Wed, 16 Nov 2016 03:36:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.36.230 with HTTP; Wed, 16 Nov 2016 03:36:38 -0800 (PST) In-Reply-To: References: <03e001d22f76$af148650$0d3d92f0$@belski.net> Date: Wed, 16 Nov 2016 13:36:38 +0200 Message-ID: To: Dmitry Stogov Cc: Anatol Belski , PHP internals list , Zeev Suraski , Xinchen Hui Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] JIT for PHP project From: ua.san.alex@gmail.com ("S.A.N") > The project is in the very early development stage. > > Now, JIT passes almost all PHPT tests, makes 3 times speed-up on bench.php and no significant difference on real-life apps (+/-5% depended on opcache.jit setting. > Have you tried to measure in frameworks as PHP script daemon, such as Amp, ReactPhp, etc...? Perhaps there will be two-fold increase in performance. If yes, then this is a good argument to implement in PHP 8, native application server, like Express in Node.js? Thank.