Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88353 invoked from network); 10 Nov 2009 08:21:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2009 08:21:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=mathieu.suen@easyflirt.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mathieu.suen@easyflirt.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain easyflirt.com designates 91.199.255.56 as permitted sender) X-PHP-List-Original-Sender: mathieu.suen@easyflirt.com X-Host-Fingerprint: 91.199.255.56 python-06.easyrencontre.com Linux 2.6 Received: from [91.199.255.56] ([91.199.255.56:44997] helo=mail.easyflirt.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/94-58978-C7229FA4 for ; Tue, 10 Nov 2009 03:21:17 -0500 Received: from [127.0.0.1] (office.easyrencontre.com [78.155.152.6]) by mail.easyflirt.com (Postfix) with ESMTPSA id 521B663757C for ; Tue, 10 Nov 2009 09:21:13 +0100 (CET) Message-ID: <4AF92277.2030908@easyflirt.com> Date: Tue, 10 Nov 2009 09:21:11 +0100 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: About php6 gc From: mathieu.suen@easyflirt.com (Mathieu Suen) Hi, By looking at the php6 gc I guess you introduce a mark and sweep gc. Looking at the *_root function, it also seems that you have a generational mark & sweep gc. I have a couple of question : How many generation do you have? What is the meaning of the different color (black, white, grey)? Thanks -mthk