From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23606 invoked by alias); 8 Oct 2003 13:58:57 -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 23579 invoked from network); 8 Oct 2003 13:58:55 -0000 Received: from unknown (HELO mailhost1.tudelft.nl) (130.161.180.15) by sources.redhat.com with SMTP; 8 Oct 2003 13:58:55 -0000 Received: from 127.0.0.1 (localhost [127.0.0.1]) by rav.antivirus (Postfix) with SMTP id 64DFF16912; Wed, 8 Oct 2003 15:58:54 +0200 (CEST) Received: from lr0nt3.lr.tudelft.nl (lr0nt3.lr.tudelft.nl [130.161.166.23]) by mailhost1.tudelft.nl (Postfix) with ESMTP id 1D854169B4; Wed, 8 Oct 2003 15:58:54 +0200 (CEST) Received: by lr0nt3.lr.tudelft.nl with Internet Mail Service (5.5.2656.59) id <4PTMW5VY>; Wed, 8 Oct 2003 15:57:16 +0200 Message-ID: <4195D82C2DB1D211B9910008C7C9B06F01F373B7@lr0nt3.lr.tudelft.nl> From: "S. Bosscher" To: 'Diego Novillo ' , 'Zdenek Dvorak ' Cc: "'gcc@gcc.gnu.org '" Subject: RE: [tree-ssa] Garbage collector x bb annotations Date: Wed, 08 Oct 2003 13:58:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2003-10/txt/msg00276.txt.bz2 > > me, since basic block annotations are allocated from obstack and > > invisible to garbage collector. > > > Yeah. But there's more than that, unfortunately. All the fields in > struct bb_ann_d are ggc allocated. The real solution would be to > finally convert basic blocks to ggc. Volunteers? It has been high on my TODO list for some time, but I wanted to wait until after 3.4 branches because it will cause changes in a lot of files. Do you want it sooner than that? Gr. Steven