From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25735 invoked by alias); 7 Feb 2011 18:17:48 -0000 Received: (qmail 25726 invoked by uid 22791); 7 Feb 2011 18:17:47 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ka.mail.enyo.de (HELO ka.mail.enyo.de) (87.106.162.201) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Feb 2011 18:17:42 +0000 Received: from [172.17.135.4] (helo=deneb.enyo.de) by ka.mail.enyo.de with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) id 1PmVed-0005DQ-Rm for gcc-help@gcc.gnu.org; Mon, 07 Feb 2011 19:17:39 +0100 Received: from fw by deneb.enyo.de with local (Exim 4.72) (envelope-from ) id 1PmVed-0002nX-KZ for gcc-help@gcc.gnu.org; Mon, 07 Feb 2011 19:17:39 +0100 From: Florian Weimer To: gcc-help@gcc.gnu.org Subject: Re: C++ and garbage collection References: <20110204194604.GB12837@nibiru.local> <20110205124139.GB29367@nibiru.local> <20110205144610.GA14734@nibiru.local> <87d3n5e1tg.fsf@mid.deneb.enyo.de> <20110206225318.GA27172@nibiru.local> Date: Mon, 07 Feb 2011 18:50:00 -0000 In-Reply-To: <20110206225318.GA27172@nibiru.local> (Enrico Weigelt's message of "Sun, 6 Feb 2011 23:53:21 +0100") Message-ID: <87oc6nhfp8.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00146.txt.bz2 * Enrico Weigelt: >> What's the oldest GCC version you're targeting? > > Quite old, still some 3.x (can have a look when I'm back in office > tomorrow ...) > We make quite heavy use of references. I think you might be better off with the Boehm GC option, on both counts.