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: C++ compile time (again)


In article <200306130918.03390.bangerth@ices.utexas.edu> you write:
> It's C++-compile-time-regression-rant time again. Compile times for a
> complete build of the deal.II library on a PIII 800 MHz:
>
>  gcc2.95 :  46 min
>  mainline:  89 min
>  tree-ssa: 118 min
>
> The last two numbers are generated with --enable-checking, but apart
> from that I don't think further comments are necessary. [...]

--enable-checking can add a lot of overhead.  Please compare
apples-to-apples; not a raisin (2.95 without --enable-checking) to a
grape (anything later with --enable-checking).  If you are going to
rant mainly about compiler slow down, then it is only fair to do so.

Regards,
Loren


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