Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32980 invoked by uid 1010); 13 Dec 2006 19:09:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32965 invoked from network); 13 Dec 2006 19:09:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Dec 2006 19:09:34 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:38427] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/E7-38081-45030854 for ; Wed, 13 Dec 2006 11:54:45 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id kBDGsgmP028098; Wed, 13 Dec 2006 08:54:42 -0800 In-Reply-To: References: <004c01c71eb9$c70bc990$0201a8c0@pc1> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <8afd57154e6dcac837b0ffb2173108a4@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: , Matt Wilmas Date: Wed, 13 Dec 2006 08:54:55 -0800 To: Ilia Alshanetsky X-Mailer: Apple Mail (2.624) Subject: Re: [PHP-DEV] [PATCH] Some small optimizations From: andrei@gravitonic.com (Andrei Zmievski) Which previous patch? From Matt? -Andrei On Dec 13, 2006, at 7:33 AM, Ilia Alshanetsky wrote: > Matt, > > The ext/* patches were applied to 5.2, I'll commit the Zend/ ones once > we have an agreement on the previous patch. > > > On 13-Dec-06, at 8:22 AM, Matt Wilmas wrote: > >> Hi, >> >> Here are patches to use Brian Shire's optimizations (applied by Ilia >> to 5.2 the other day) in a couple more places, and for HEAD. In >> Unicode mode, concat_function() is up to 20%+ faster! (Probably >> because zend_make_unicode_zval() calls TSRMLS_FETCH(); so not so much >> with non-ZTS I guess.) >> >> Also removed a few strlen() calls that I noticed when looking at >> is_numeric_string's usage awhile ago. :-) >> >> http://realplain.com/php/misc_optimizations.diff >> http://realplain.com/php/misc_optimizations_5_2.diff >> >> >> Matt > > Ilia Alshanetsky > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php