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: GCC 3.3 compile speed regression - THE GRAPH


On Mon, 10 Feb 2003, Fergus Henderson wrote:

> gcc 		2.95.4		-c -O2 ...      5.53
> gcc		2.95.4		-c -O1 ...      3.19
> gcc		2.95.4		-c -O0 ...      2.65

What about -O0 -fsyntax-only?  (To see how much time is spent in the front
end and how much generating code.)  And how much worse is 3.3 (with each
of the options)?

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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