Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27099 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33342 invoked by uid 1010); 19 Dec 2006 14:49:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33327 invoked from network); 19 Dec 2006 14:49:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2006 14:49:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=edink@emini.dk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=edink@emini.dk; 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:5946] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/88-05058-6EBF7854 for ; Tue, 19 Dec 2006 09:49:45 -0500 Received: by gw2.emini.dk (Postfix, from userid 504) id 2171CDC3C9; Tue, 19 Dec 2006 15:49:08 +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 E737ADC3C5; Tue, 19 Dec 2006 15:49:06 +0100 (CET) Message-ID: <4587FBD9.50109@emini.dk> Date: Tue, 19 Dec 2006 15:48:57 +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) 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 That is very interesting. So we get a significant performance penalty with the new & improved compiler ;) Edin