Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33794 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11481 invoked by uid 1010); 6 Dec 2007 10:48:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11466 invoked from network); 6 Dec 2007 10:48:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2007 10:48:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@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: dmitry@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:37356] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/11-33463-663D7574 for ; Thu, 06 Dec 2007 05:48:14 -0500 Received: (qmail 15724 invoked from network); 6 Dec 2007 10:47:57 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 6 Dec 2007 10:47:57 -0000 Message-ID: <4757D355.2060705@zend.com> Date: Thu, 06 Dec 2007 13:47:49 +0300 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Derick Rethans CC: Andi Gutmans , Stas Malyshev , Guilherme Blanco , scott.mcnaught@synergy8.com, Rasmus Lerdorf , Antony Dovgal , Cristian Rodriguez , internals@lists.php.net References: <698DE66518E7CA45812BD18E807866CEF88FDD@us-ex1.zend.net> <7d5a202f0712031900i386f8964s675da26cc93af3fe@mail.gmail.com> <47550FAB.30002@daylessday.org> <698DE66518E7CA45812BD18E807866CEF890ED@us-ex1.zend.net> <475578BE.40908@daylessday.org> <4755A797.1020905@lerdorf.com> <-4460533375996444588@unknownmsgid> <698DE66518E7CA45812BD18E807866CEF89334@us-ex1.zend.net> <47570A20.8070901@zend.com> <698DE66518E7CA45812BD18E807866CEF895BF@us-ex1.zend.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Garbage collector patch From: dmitry@zend.com (Dmitry Stogov) The GC patch passes the whole php test-suite with the same bugs. The fact that it crashes on some script doesn't mean that "the patch doesn't actually work". Thanks. Dmitry. Derick Rethans wrote: > On Wed, 5 Dec 2007, Andi Gutmans wrote: > >> Yes that's basically true although Dmitry can probably elaborate. I >> believe if the collector kicks in there'll also be a bit of a slowdown >> but my main concern is to be able to turn it off because of stability. >> As you can see with the update patch it seems performance is quite >> good. > >>From what I can see, the patch doesn't actually work... it just crashes. > Did you have a look at that yet? > > regards, > Derick