Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26815 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60649 invoked by uid 1010); 6 Dec 2006 14:30:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60634 invoked from network); 6 Dec 2006 14:30:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2006 14:30:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.142.136.132 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.142.136.132 msa2-mx.centurytel.net Linux 2.4/2.6 Received: from [209.142.136.132] ([209.142.136.132:57454] helo=msa2-mx.centurytel.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/82-54198-FE3D6754 for ; Wed, 06 Dec 2006 09:30:42 -0500 Received: from pc1 (64-91-107-89.dyn.centurytel.net [64.91.107.89]) by msa2-mx.centurytel.net (8.13.6/8.13.6) with SMTP id kB6EU4A6016878; Wed, 6 Dec 2006 08:30:04 -0600 Message-ID: <01bc01c71943$05e8e200$0201a8c0@pc1> To: "php-dev" , "Antony Dovgal" References: <455455D1.3020706@zend.com> <017f01c704b9$5e07f870$0201a8c0@pc1> <45546EDB.2020400@zend.com> <011b01c70721$ca0ec7f0$0201a8c0@pc1> <0e7bb4f7f12e57e899a6c4b26068b93e@gravitonic.com> <455CBA6C.4060801@zend.com> <455DCB94.6010708@zend.com> <011e01c70a5c$c76f0800$0201a8c0@pc1> <455DD406.5040809@zend.com> <013601c70a60$666d0f30$0201a8c0@pc1> <455DE59B.1030201@zend.com> <007201c71081$9c70c410$0201a8c0@pc1> <4576B6EF.9030007@zend.com> Date: Wed, 6 Dec 2006 08:30:05 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Subject: Re: [PHP-DEV] zend_u_strtod() 400% speed up From: php_lists@realplain.com ("Matt Wilmas") Hi Antony, ----- Original Message ----- From: "Antony Dovgal" Sent: Wednesday, December 06, 2006 > On 11/25/2006 02:05 PM, Matt Wilmas wrote: > > Hi Antony, > > > > Just to let you know, I made a couple minor layout changes to the code, and > > also switched to the *_alloca() functions if memory needs allocating, which > > I understand should be faster on systems that support it. (Patch file (v2) > > is updated of course. :-)) > > I've just committed the patch, thanks a lot. I see. Cool, thanks. :-) No problem. > Wbr, > Antony Dovgal Matt