From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 871 invoked by alias); 17 Nov 2005 00:52:20 -0000 Received: (qmail 31598 invoked by uid 22791); 17 Nov 2005 00:52:18 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 17 Nov 2005 00:52:18 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jAH0qGZd003904; Wed, 16 Nov 2005 19:52:16 -0500 Received: from opsy.redhat.com (vpn50-68.rdu.redhat.com [172.16.50.68]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jAH0qFV01430; Wed, 16 Nov 2005 19:52:15 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 8BF3D2DC15A; Wed, 16 Nov 2005 17:46:04 -0700 (MST) To: Andrew Pinski Cc: gcc@gcc.gnu.org (gcc mailing list) Subject: Re: Link-time optimzation References: <437BB214.1070306@codesourcery.com> <200511170023.jAH0Nm4X005109@earth.phy.uc.edu> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Thu, 17 Nov 2005 00:52:00 -0000 In-Reply-To: <200511170023.jAH0Nm4X005109@earth.phy.uc.edu> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2005-11/txt/msg00746.txt.bz2 >>>>> "Andrew" == Andrew Pinski writes: Andrew> One thing not mentioned here is how are you going to repesent Andrew> different eh personality functions between languages, because Andrew> currently we cannot even do different ones in the same Andrew> compiling at all. I think that is covered adequately, if not explicitly, under Requirement 7. Tom