Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3735 invoked by uid 1010); 12 Aug 2005 23:23:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3720 invoked from network); 12 Aug 2005 23:23:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2005 23:23:49 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.4/2.6 Received: from ([212.112.227.169:47750] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E9/8C-33075-48F2DF24 for ; Fri, 12 Aug 2005 19:23:48 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id AC205DF0069; Sat, 13 Aug 2005 01:24:02 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29867-06; Sat, 13 Aug 2005 01:23:59 +0200 (CEST) Received: from [127.0.0.1] (i3ED6B59E.versanet.de [62.214.181.158]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 3943EDF0043; Sat, 13 Aug 2005 01:23:59 +0200 (CEST) Message-ID: <42FD2F7B.9080103@php.net> Date: Sat, 13 Aug 2005 01:23:39 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ron Korving Cc: internals@lists.php.net References: <42FCE0E4.604@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: PHP 6.0 Wishlist From: lsmith@php.net (Lukas Smith) Ron Korving wrote: > 13. A built-in code optimizer. Why should something like Zend optimizer be > installed afterwards, if everybody can use increased performance? IIRC George once played around with a few peekhole optimizations for APC. I think the performance improvements possible with peekhole optimizations are probably not that great in the real world. However its a kind of atttractive thought to have frequently accessed cached code in APC being optimized more aggressively the more the code is being uses. AFAIK the Zend Performance Suite (or whatever it is called today) does that. regards, Lukas