From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6645 invoked by alias); 9 Oct 2003 00:03:25 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 6637 invoked from network); 9 Oct 2003 00:03:25 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sources.redhat.com with SMTP; 9 Oct 2003 00:03:25 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw2.watson.ibm.com (8.11.7-20030924/8.11.4) with ESMTP id h98Nucx70696; Wed, 8 Oct 2003 19:56:38 -0400 Received: from makai.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7) with ESMTP id h9900MU33916; Wed, 8 Oct 2003 20:00:22 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id h9900Gg28976; Wed, 8 Oct 2003 20:00:16 -0400 Message-Id: <200310090000.h9900Gg28976@makai.watson.ibm.com> To: Daniel Berlin , Geoff Keating cc: gcc@gcc.gnu.org, rakdver@atrey.karlin.mff.cuni.cz Subject: Re: [tree-ssa] Garbage collector x bb annotations In-Reply-To: Message from Daniel Berlin of "Wed, 08 Oct 2003 19:01:51 EDT." <66EB6D5E-F9E3-11D7-B3D1-000A95AF1FAE@dberlin.org> Date: Thu, 09 Oct 2003 00:03:00 -0000 From: David Edelsohn X-SW-Source: 2003-10/txt/msg00307.txt.bz2 >>>>> Daniel Berlin writes: >> The right thing to do is to allow GC to improve data locality. I >> believe Dan Berlin had some patches for this, although I don't know >> their state. Dan> Uh, well, the zone collector was updated per your comments, and is Dan> awaiting review again. http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00963.html David