From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12942 invoked by alias); 4 Jun 2002 19:38:23 -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 12929 invoked from network); 4 Jun 2002 19:38:22 -0000 Received: from unknown (HELO pizda.ninka.net) (216.101.162.242) by sources.redhat.com with SMTP; 4 Jun 2002 19:38:22 -0000 Received: from localhost (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with ESMTP id MAA01411; Tue, 4 Jun 2002 12:35:12 -0700 Date: Tue, 04 Jun 2002 12:39:00 -0000 Message-Id: <20020604.123512.71089618.davem@redhat.com> To: rth@redhat.com Cc: aoliva@redhat.com, espie@quatramaran.ens.fr, gcc@gcc.gnu.org Subject: Re: Speeding up GC From: "David S. Miller" In-Reply-To: <20020604114818.A14539@redhat.com> References: <20020604.015524.58453064.davem@redhat.com> <20020604114818.A14539@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00252.txt.bz2 From: Richard Henderson Date: Tue, 4 Jun 2002 11:48:18 -0700 On Tue, Jun 04, 2002 at 03:41:10PM -0300, Alexandre Oliva wrote: > ... and doing garbage collection on obstacks, instead of on > individual objects? How, pray tell, are you going to do that? Make obstack alloc pages from GC and make the obstack_free be a NOP. I even tried this, it works.