Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56215 invoked from network); 2 May 2017 16:00:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 May 2017 16:00:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@rhsoft.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lists@rhsoft.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain rhsoft.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: lists@rhsoft.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Received: from [91.118.73.15] ([91.118.73.15:54691] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/27-02776-03DA8095 for ; Tue, 02 May 2017 12:00:49 -0400 Received: from rh.thelounge.net (Authenticated sender: h.reindl@thelounge.net) by mail.thelounge.net (THELOUNGE MTA) with ESMTPSA id 3wHQxR4g1RzXKg for ; Tue, 2 May 2017 18:00:43 +0200 (CEST) To: Mailing-List php Message-ID: <79ca3537-b439-583a-6162-05da302711f2@rhsoft.net> Date: Tue, 2 May 2017 18:00:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit Subject: the experimental jit-branch is impressive From: lists@rhsoft.net ("lists@rhsoft.net") https://github.com/zendtech/php-src/tree/jit-dynasm/ext/opcache/jit that below is a "ab -c 50 -n 100000" on a Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz on our core cms (pgo-build with heavy compiler optimizations, only the source tarball deifferent) currently our production 2x6 core machine with two Intel(R) Xeon(R) CPU E5-2643 v3 @ 3.40GHz and the same setup is around 4000-5000 per second which is nearly reached by the 6 years old i7 with the JIT impressive! JIT: Requests per second: 3526.56 [#/sec] (mean) Time per request: 14.178 [ms] (mean) Time per request: 0.284 [ms] (mean, across all concurrent requests) 7.1: Requests per second: 1419.87 [#/sec] (mean) Time per request: 35.214 [ms] (mean) Time per request: 0.704 [ms] (mean, across all concurrent requests)