This is the mail archive of the gcc-help@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: gcc needs extreme compiling time for jaguar-cts-includes [WatchDog checked]


On Jun 28, 2001, silvio.matthes@xcom.de wrote:

> for sybase's Jaguar CTS on a sun solaris 2.7 machine with gcc (2.95.3).

> My Problem is, it compiles way too long and needs plenty of memory.

Try GCC 3.0.  A lot of work has been done to reduce the amount of
memory it takes.

> The mentioned header includes several other header-files, altogether they
> are about 3Megs of size.

-fno-implicit-templates might help too, but then, you may have to
instantiate templates explicitly.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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