Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49296 invoked from network); 29 Oct 2013 18:15:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2013 18:15:37 -0000 X-Host-Fingerprint: 149.254.250.43 unknown Received: from [149.254.250.43] ([149.254.250.43:13497] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/73-22922-74BFF625 for ; Tue, 29 Oct 2013 13:15:35 -0500 To: internals@lists.php.net,Dmitry Stogov Message-ID: <526FFB42.8060603@php.net> Date: Tue, 29 Oct 2013 18:15:30 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 149.254.250.43 Subject: Re: Small GC optimization From: krakjoe@php.net (Joe Watkins) On 10/29/2013 05:29 PM, Dmitry Stogov wrote: > Hi, > > The proposed patch for PHP master branch eliminates a number of calls > related to Garbage Collector. > > https://gist.github.com/dstogov/7218890 > > I don't see any failed PHPT tests and I can't imagine a script that may > "leak" after the change, but I can't be 100% sure that I didn't miss > anything. > > I would appreciate, if anyone who has their own test suites, run them with > patched DEBUG build. Please email, if you get any memory leak related > errors. > > Thanks. Dmitry. > Niiiice ... I really expected that'd cause pthreads some trouble, no failures to report :) Cheers Joe