From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13265 invoked by alias); 15 May 2008 02:49:01 -0000 Received: (qmail 13134 invoked by uid 48); 15 May 2008 02:48:18 -0000 Date: Thu, 15 May 2008 02:49:00 -0000 Message-ID: <20080515024818.13133.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/26854] Inordinate compile times on large routines In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "lucier at math dot purdue dot edu" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-05/txt/msg01133.txt.bz2 ------- Comment #62 from lucier at math dot purdue dot edu 2008-05-15 02:48 ------- I thought I might test the ira branch with euler-3% /pkgs/gcc-ira/bin/gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../../ira/configure --enable-checking=release --with-gmp=/pkgs/gmp-4.2.2/ --with-mpfr=/pkgs/gmp-4.2.2/ --prefix=/pkgs/gcc-ira --enable-languages=c --enable-gather-detailed-mem-stats Thread model: posix gcc version 4.4.0 20080328 (experimental) [ira revision 135280] (GCC) The command line was /pkgs/gcc-ira/bin/gcc -fno-ira -Wall -W -Wno-unused -O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict-aliasing -fwrapv -fomit-frame-pointer -fPIC -ftime-report -fmem-report -c all.i with -fira and with -fno-ira. The ira branch takes a lot longer to compile this code with -fira than without it; the relevant lines seem to be: for -fira: integrated RA : 373.36 (66%) usr 0.33 ( 2%) sys 375.87 (64%) wall 12064 kB ( 2%) ggc TOTAL : 563.85 15.94 582.98 763565 kB for -fno-ira: local alloc : 8.42 ( 4%) usr 0.03 ( 0%) sys 8.43 ( 4%) wall 7073 kB ( 1%) ggc global alloc : 20.91 (11%) usr 0.30 ( 2%) sys 21.23 (10%) wall 4961 kB ( 1%) ggc TOTAL : 196.25 17.55 213.84 766052 kB I'll add the complete reports as the next two attachments. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26854