GCC 3.3 compile speed regression - AN ANSWER

Zack Weinberg zack@codesourcery.com
Wed Feb 12 02:48:00 GMT 2003


Joe Buck <jbuck@synopsys.com> writes:

> Congrats, you just timed the compiler, the assembler, and the linker,
> not just the compiler.  The compiler is too slow, but if you want to time
> just the compiler you need to write
>
> time g++-3.1 -S hellow.cpp

You may also find -time to be useful.

zw



More information about the Gcc mailing list