This is the mail archive of the gcc-bugs@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]

Re: egcs 1.1.1 extremely slow


On Jan 21, 1999, us@ooc.de (Uwe Seimet) wrote:

> egcs 1.1.1 is extremely slow in compiling C++ code compared with
> egcs 1.0.3 or gcc 2.8.1.  Isn't there anything that can be done
> about it?

-fno-gcse will probably make it much faster, but will reduce a lot the
amount of optimization that it will do.  Some other speed-ups, mostly
related with excessive use of memory, are already available in the
development snapshots.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil



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