From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1865 invoked by alias); 5 Aug 2003 21:41:32 -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 1835 invoked from network); 5 Aug 2003 21:41:30 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 5 Aug 2003 21:41:30 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.12.9/8.12.9) with ESMTP id h75Lf9fR018792 for ; Tue, 5 Aug 2003 14:41:09 -0700 (PDT) Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Tue, 5 Aug 2003 14:41:02 -0700 Received: from apple.com (mrs1.apple.com [17.201.24.248]) by scv1.apple.com (8.12.9/8.12.9) with ESMTP id h75Lf9Z6016564; Tue, 5 Aug 2003 14:41:10 -0700 (PDT) Date: Wed, 06 Aug 2003 00:57:00 -0000 Subject: Re: On inlining in C++ Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Joe Buck , gcc@gcc.gnu.org To: Gabriel Dos Reis From: Mike Stump In-Reply-To: Message-Id: <90BBCFD4-C78D-11D7-A9D4-003065A77310@apple.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00316.txt.bz2 On Tuesday, August 5, 2003, at 12:29 PM, Gabriel Dos Reis wrote: > | > It it a matter of bumping numbers. > | > | Ok, submit numbers for a testcase, before the change, a suggested > > sorry, I see I incorrect typed the message: I meant > > It is not a matter of bumping numbers. Ah, but I include algorithmic changes in the set of allowable changes as well, surely, that is sufficient. If not, please provide a testcase that cannot be solved this way, and the proof that it cannot be solved. :-) > I'm working on putting a utility in place that get help have a picture > on what is going on, instead of just throwing out numbers. Hum... Sounds interesting, the trick will be to make it reflective of what users will experience with the compiler, as in the end, that is about what we have to optimize for.