Re: Compile-time measurements in Chromium

2012-02-07 Thread Hans Wennborg
On Tue, Feb 7, 2012 at 09:43, Richard Guenther wrote: >> These are the average compile times for compiling a file in the set of >> the 10 files that are slowest (as when compiled with gcc 4.4 using >> -O2) to compile: >> >>            gcc 4.4  gcc 4.6  gcc 4.7  clang 3.0  clang 3.1 >> -fs-o -O0  

Re: Compile-time measurements in Chromium

2012-02-07 Thread Richard Guenther
On Mon, Feb 6, 2012 at 7:06 PM, Hans Wennborg wrote: > Hello all, > > I have been measuring compile times for Chromium using different > versions of GCC and Clang, and I thought it might be a good idea to > share the results in case someone else finds them interesting. > > Two measurements were co