This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Gerard Beekmans <gerard at linuxfromscratch dot 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]