Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65852 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75228 invoked from network); 15 Feb 2013 06:21:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2013 06:21:06 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:47124] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/30-03425-0D3DD115 for ; Fri, 15 Feb 2013 01:21:05 -0500 Received: by mail-la0-f52.google.com with SMTP id fs12so2992859lab.25 for ; Thu, 14 Feb 2013 22:21:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=H6HMZqirSO00OUPwLlq63xDFfRqDaaJr9WQ8EfZC9Fw=; b=HDVLo0Rrjq+Y2J0ROSLdyWh9NEkVEoLG3Qe3Dgyguq3g+TePLz8T1B1EiOuuiCyVlS vhJt10DHl6E5zJFs8s8Hzv3/oi1smYTntCHHf0Vj/rPMtqXoD/YEbEXqVV4xJ8iAryjz yKJsH1jDN1xXut1YlQVS4DlcH/MkHB04r/tb4fglWJCItJdIo+gUUlHbcXUkV25l2Ji6 6ftHW5QmpWy68k4FzWgTsnGFz8uSrtXYeArTVM4P2yqJ2BhdqDM3W8qZdo3tCLa0CMZf GvL7vJ64UaKEyu8CE8MPwpg7JoEe54J6vRoi+w9pd2QnNoF5fbuvAT3E5jihbUgO0V20 bXpw== MIME-Version: 1.0 X-Received: by 10.112.51.233 with SMTP id n9mr1689296lbo.47.1360909261137; Thu, 14 Feb 2013 22:21:01 -0800 (PST) Received: by 10.112.38.199 with HTTP; Thu, 14 Feb 2013 22:21:00 -0800 (PST) Date: Fri, 15 Feb 2013 07:21:00 +0100 Message-ID: To: PHP internals Cc: Dmitry Stogov , Zeev Suraski , Stephen Zarkos , "Matt Ficken (Insight Global)" Content-Type: text/plain; charset=ISO-8859-1 Subject: O+ 1st results From: pierre.php@gmail.com (Pierre Joye) hi! Here are a first result set using 5.5 and O+. http://windows.php.net/downloads/snaps/ostc/pftt/perf/results-20130213-5.4.11-5.5.0devvc11.html We did not update the templates for the report, please read the table as: - No Cache: . 5.5 VC11 PGO vs 5.4 VC9 PGO - Wincache . 5.4 PGO + Wincache vs 5.5 PGO + O+ TS mode is totally broken using O+, so ignore this column. Mediawiki is slower because it does not support yet O+ for usercache, along other things. Please keep in mind that these tests are only the performance related tests. Unit tests using all apps and phpts are still running. Further tests are running for: - 5.4 PGO + APC vs 5.4 PGO + Wincache vs 5.4 PGO + o+ - 5.3 PGO + APC vs 5.3 PGO + Wincache vs 5.3 PGO + o+ - 5.5 PGO + APC vs 5.5 PGO + Wincache vs 5.5 PGO + o+ I will post the results as soon as they are available. I would also suggest to publish releases as soon as possible on pecl.php.net to increase the user base. Thanks to Steve Zarkos and Matt Ficken for their work :) Cheers, -- Pierre @pierrejoye