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 compile-time performance


   From: dewar@gnat.com (Robert Dewar)
   Date: Sat, 18 May 2002 11:32:13 -0400 (EDT)
   
   It is much harder than you think to retrofit speed to a compiler. Sure you
   can do some investigation work, and try to be more careful about adding
   stuff that slows down GCC, but this is likely at best to improve things
   by 20-40% if you are realistic.

Totally absurd, as evidenced by my 5 minute hack that got %13
due to stupidity in cselib.


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