From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14401 invoked by alias); 20 Jan 2004 02:14:20 -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 14385 invoked from network); 20 Jan 2004 02:14:17 -0000 Received: from unknown (HELO mail-out3.apple.com) (17.254.13.22) by sources.redhat.com with SMTP; 20 Jan 2004 02:14:17 -0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out3.apple.com (8.12.10/8.12.9) with ESMTP id i0K2EGnM015954 for ; Mon, 19 Jan 2004 18:14:16 -0800 (PST) Received: from relay3.apple.com (relay3.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.6) with ESMTP id ; Mon, 19 Jan 2004 18:14:16 -0800 Received: from apple.com (mrs1.apple.com [17.201.24.248]) by relay3.apple.com (8.12.10/8.12.9) with ESMTP id i0K2EFN7008486; Tue, 20 Jan 2004 02:14:15 GMT Date: Tue, 20 Jan 2004 02:14:00 -0000 Subject: Re: gcc 3.5 integration branch proposal Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Gabriel Dos Reis , Marc Espie , geoffk@apple.com, gcc@gcc.gnu.org To: Nick Burrett From: Mike Stump In-Reply-To: <400BB40B.4070101@dsvr.net> Message-Id: <589538A6-4AEE-11D8-B42C-003065A77310@apple.com> Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg01427.txt.bz2 On Monday, January 19, 2004, at 02:40 AM, Nick Burrett wrote: > There's no harm in that. I have a port of GCC 3.3.3 running on a > 200MHz StrongARM that takes over 6 minutes to compile the following: > > #include > > int main (void) > { > std::cout << "Hello World" << std::endl; > return 0; > } > > GCC 2.95.4 compiled the same application on the same hardware in > around 20-30 seconds. Now, try that with a hot PCH file for iostream. I predict 20 seconds. :-)