Newsgroups: php.apc.dev,php.internals Path: news.php.net Xref: news.php.net php.apc.dev:208 php.internals:43309 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56758 invoked from network); 11 Mar 2009 16:28:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2009 16:28:56 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:52187] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/B4-56240-6C6E7B94 for ; Wed, 11 Mar 2009 11:28:56 -0500 Received: from ws.home ([10.1.10.16]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 11 Mar 2009 18:30:17 +0200 Message-ID: <49B7E6BD.9020103@zend.com> Date: Wed, 11 Mar 2009 19:28:45 +0300 User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: Rasmus Lerdorf , shire , PHP Internals List , apc-dev@lists.php.net, Andi Gutmans , Stas Malyshev References: <49A097FE.10205@tekrat.com> <49B6AF73.2050506@tekrat.com> <49B75142.2090808@zend.com> <49B77363.4040000@tekrat.com> <49B7E092.2070004@zend.com> <49B7E291.3050807@lerdorf.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Mar 2009 16:30:18.0292 (UTC) FILETIME=[AA37D740:01C9A266] Subject: Re: [APC-DEV] Re: [PHP-DEV] [RFC] APC/PHP Lazy Loading From: dmitry@zend.com (Dmitry Stogov) Lukas Kahwe Smith wrote: > > On 11.03.2009, at 17:10, Rasmus Lerdorf wrote: >>> Anyway, it's very good job and 20-30% speedup on some real-life >>> applications makes sense to include it into 5.3 (from my point of view). >> >> Makes sense to me as well, especially since I don't see any drawbacks >> for non-accelerated scripts. >> >> I also think some of those applications that didn't show any gains could >> be trivially modified to make use of it. Moving from conditionally >> loaded stuff to lazy-loaded is likely to speed things up. Depending of >> course on how granular the conditional loading is. > > > Can we get this patch to release quality by this weekend? I think it's possible. I could help with it. Thanks. Dmitry. > So that people can test it on Monday/Tuesday ahead of RC1? > > regards, > Lukas Kahwe Smith > mls@pooteeweet.org > > >