This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: very different compilation times [no optimisation]
- From: Ian Lance Taylor <iant at google dot com>
- To: Basile STARYNKEVITCH <basile at starynkevitch dot net>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Fri, 06 Nov 2009 07:35:18 -0800
- Subject: Re: very different compilation times [no optimisation]
- References: <4AF43ADB.3080503@starynkevitch.net>
Basile STARYNKEVITCH <basile@starynkevitch.net> writes:
> Notice that gcc 4.4 is running four times slower that gcc-4.3!
Use the -ftime-report option with both compilers to see where the time
is going.
Ian