Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27103 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66581 invoked by uid 1010); 19 Dec 2006 15:46:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66566 invoked from network); 19 Dec 2006 15:46:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2006 15:46:53 -0000 Authentication-Results: pb1.pair.com header.from=edink@emini.dk; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=edink@emini.dk; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain emini.dk designates 192.38.9.232 as permitted sender) X-PHP-List-Original-Sender: edink@emini.dk X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from [192.38.9.232] ([192.38.9.232:3677] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/FD-05058-72908854 for ; Tue, 19 Dec 2006 10:46:18 -0500 Received: by gw2.emini.dk (Postfix, from userid 504) id D3783DC41A; Tue, 19 Dec 2006 16:45:40 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on gw2.emini.dk X-Spam-Detected: no X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Level: Received: from [10.0.0.176] (gw2.intra.emini.dk [10.0.0.1]) by gw2.emini.dk (Postfix) with ESMTP id 94E2CDC398; Tue, 19 Dec 2006 16:45:39 +0100 (CET) Message-ID: <4588091A.7060206@emini.dk> Date: Tue, 19 Dec 2006 16:45:30 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Nuno Lopes Cc: PHP Internals List References: <45871E0F.906@emini.dk> <001801c72379$8ec1a9a0$0100a8c0@pc07653> In-Reply-To: <001801c72379$8ec1a9a0$0100a8c0@pc07653> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] New windows build From: edink@emini.dk (Edin Kadribasic) Hm, my test shows that the new compiler produces slightly (2%) faster code. See the full output of both runs at: http://edin.dk/archives/25-Benchmarks.html Edin Nuno Lopes wrote: > It is running happily here (I tested on a pc without visual studio > installed). > Strangely or not, this new binary is much slower that the current > snapshot from snaps.php.net. In a P4 2.0Ghz machine the bench.php > script takes ~25 seconds with the old compiler and ~30 seconds with > this new build :S > > Nuno > > > ----- Original Message ----- From: "Edin Kadribasic" > To: "PHP Internals List" > Sent: Monday, December 18, 2006 11:02 PM > Subject: [PHP-DEV] New windows build > > >> Hello all, >> >> Since we will soon be switching to the new Microsoft compiler for making >> official PHP builds I have created a couple test builds to see how it >> goes. There were some initial problems and we do have to adjust things >> in the build to accommodate for changes of how the C++ redistributable >> is packaged. We are now at a point where we have a usable build. >> >> I encourage PHP users on Windows to download the test build from >> http://edin.dk/archives/24-Second-PHP-build-using-the-new-compiler.html >> and provide feedback on any issues thy might have experienced. >> >> Edin > >