From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13382 invoked by alias); 16 Nov 2005 22:58:35 -0000 Received: (qmail 13371 invoked by uid 22791); 16 Nov 2005 22:58:32 -0000 Received: from bethe.phy.uc.edu (HELO bethe.phy.uc.edu) (129.137.4.14) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 16 Nov 2005 22:58:32 +0000 Received: from earth.geop.uc.edu (earth.phy.uc.edu [10.44.11.234]) by bethe.phy.uc.edu (8.12.11/8.12.11) with ESMTP id jAGMuDba020615; Wed, 16 Nov 2005 17:56:13 -0500 Received: from earth.phy.uc.edu (localhost.localdomain [127.0.0.1]) by earth.geop.uc.edu (8.12.11/8.9.3) with ESMTP id jAGMuDI4003760; Wed, 16 Nov 2005 17:56:13 -0500 Received: (from pinskia@localhost) by earth.phy.uc.edu (8.12.11/8.12.11/Submit) id jAGMuDAr003759; Wed, 16 Nov 2005 17:56:13 -0500 From: Andrew Pinski Message-Id: <200511162256.jAGMuDAr003759@earth.phy.uc.edu> Subject: Re: Link-time optimzation To: mark@codesourcery.com (Mark Mitchell) Date: Wed, 16 Nov 2005 22:58:00 -0000 Cc: gcc@gcc.gnu.org (gcc mailing list) In-Reply-To: <437BB214.1070306@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Score: -100 () USER_IN_WHITELIST 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/msg00738.txt.bz2 > Some of us (Dan Berlin, David Edelsohn, Steve Ellcey, Shin-Ming Liu, > Tony Linthicum, Mike Meissner, Kenny Zadeck, and myself) have developed > a high-level proposal for doing link-time optimization in GCC. At this > point, this is just a design sketch. We look forward to jointly > developing this with the GCC community when the design stabilizes. One more thing is that we still have a huge amount of type mismatch bugs which cause any proposal to go bonkers anyways. Thanks, Andrew Pinski