Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8213 invoked by uid 1010); 6 Dec 2006 12:27:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8197 invoked from network); 6 Dec 2006 12:27:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2006 12:27:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:61446] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/99-54198-2F6B6754 for ; Wed, 06 Dec 2006 07:27:02 -0500 Received: (qmail 7579 invoked from network); 6 Dec 2006 12:24:56 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 6 Dec 2006 12:24:56 -0000 Message-ID: <4576B6EF.9030007@zend.com> Date: Wed, 06 Dec 2006 15:26:23 +0300 User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Matt Wilmas CC: php-dev , Andrei Zmievski 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> In-Reply-To: <007201c71081$9c70c410$0201a8c0@pc1> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] zend_u_strtod() 400% speed up From: antony@zend.com (Antony Dovgal) 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. -- Wbr, Antony Dovgal