gcc3.3 30% speedup in the past 2 weeks (MICO compilation)

Zack Weinberg zack@codesourcery.com
Sun Feb 23 23:54:00 GMT 2003


Gerard Beekmans <gerard@linuxfromscratch.org> writes:

> What I have in mind are some project that take an hour or more to compile on 
> my system. Examples are qt-3.1.1 (about an hour), kdebase-3.1 (about 80 
> mins), openoffice (about 4.5 hours), java sdk (can't remember how long it 
> used to take but it's a large-ish package for sure).

These are all good.  We're interested in compile speed across all
supported languages, so it's fine to do stuff that isn't C++.

If you can use oprofile to produce summaries for entire package
builds, I'd be very interested to see the results.  In addition
to the obvious user-space CPU cycle counting, it would be good
to see if there's any part of the kernel that gets hammered,
and get cache and TLB miss statistics.

zw



More information about the Gcc mailing list