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]

Re: C++ compile-time regressions (was: GCC 3.0.1 Status Report)


Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:

> 
> Next, we would study the code generation processing at various
> optimization levels.  Gerald's data displays the issue of code
> generation speed for real application code, and I have no better
> example to post off-hand.  I am the only one that finds it odd that
> -O0 takes longer to compile than -O1, -O2 and -O3 under 2.95.3?

It shouldn't take longer to compile at -O1,-O2,-O3 than -O0, because
the slow parts of the compiler don't have as much code to wade
through.

> 
> Regards,
> Loren

-- 
"I wrote a few children's books...  Not on purpose.
"-Steven Wright


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