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: Suggestions for improving gcc 3.2 compilation speed?


On Fri, 7 Mar 2003, Karel Gardas wrote:

> On Fri, 7 Mar 2003, Biagio Lucini wrote:
> 
> > Could you give me an example of a fast compiler? My only term of
> > comparison is the Intel one, and with it it takes ages to compile the most
> > trivial program.
> 
> Maybe trivial, but with more complex progs it seems to be quite fast:
> http://gcc.gnu.org/ml/gcc/2003-03/msg00490.html
> 
> IIRC some gcc developer from apple (sorry that I forgot name) said that on
> Apple Metrowerks compilers were really fast.

The Metrowerks compilers IMHO don't have very good code generation.

When I was at Sega, I tried to help them with their compiler because the
emitted code was so bad. It would miss trivial CSE opportunities and had
numerous other problems.

If you're going to compare compilers, you need to pick one more on par
with gcc.

Toshi



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