Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26794 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71804 invoked by uid 1010); 4 Dec 2006 16:11:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71788 invoked from network); 4 Dec 2006 16:11:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2006 16:11:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.226 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 66.249.82.226 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.226] ([66.249.82.226:48859] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/2D-29296-55844754 for ; Mon, 04 Dec 2006 11:10:32 -0500 Received: by wx-out-0506.google.com with SMTP id i27so4196170wxd for ; Mon, 04 Dec 2006 08:09:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=qcEnGnbvYZBQ8N27+62nP6KiPl4yBiSZJsiX3eCY8tAGpg1jE9N/kCz2gZGN1f83pQU1cHVnx1gHLGew5Ln9Oux0iaNcCssybhewkCkLHbls2zaMG6C7O2qUzCIGGjqTLBKs7njqC4awOVdRWz74sUJaFTCoY1rP9EgJhyFCmn0= Received: by 10.70.73.12 with SMTP id v12mr15500088wxa.1165248594918; Mon, 04 Dec 2006 08:09:54 -0800 (PST) Received: from ?192.168.1.32? ( [204.101.63.110]) by mx.google.com with ESMTP id i39sm44246023wxd.2006.12.04.08.09.53; Mon, 04 Dec 2006 08:09:54 -0800 (PST) In-Reply-To: <4573B6BC.1030602@php.net> References: <4573B6BC.1030602@php.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <69F28E44-016B-4941-9081-0683ADCBF986@prohost.org> Cc: internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Mon, 4 Dec 2006 11:09:24 -0500 To: Sara Golemon X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Function call speedup (CV applied to functions) From: ilia@prohost.org (Ilia Alshanetsky) Looks fairly interesting, I doubt 18% is consistent benefit across the board, and when unicode overhead is removed is probably less still. But, it does look like a good optimization to make that would certainly make PHP faster then before. Ilia Alshanetsky