merging for 3.4 (was Re: [Patch] Qualify min(), max() ...)

Neil Booth neil@daikokuya.co.uk
Wed Dec 4 13:40:00 GMT 2002


Jan Hubicka wrote:-

> Compiler is getting slower in each release but that is mostly cumulative
> result of adding new features current infrastructure can't accept
> cheaply...

I hate this slowness.  There's no reason IMO that GCC couldn't be 4
times faster than it is, without any PCH or anything.  A lot of the
code we use is just awfully inefficient.  And people are working on
more interesting things than fixing some of the real problems we have.

There's no excuse for the parser taking more time than CPP for example;
currently it takes about 4-5 times as long.  I want to see GCC so fast
that CPP is up to 5-10% of CPU time.  It's rarely much above 1 or 2%.

Neil.



More information about the Gcc mailing list