This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc compile-time performance
- From: Tim Hollebeek <tim at hollebeek dot com>
- To: Robert Dewar <dewar at gnat dot com>
- Cc: davem at redhat dot com, gcc at gcc dot gnu dot org, gdr at codesourcery dot com, scott at coyotegulch dot com
- Date: Sun, 19 May 2002 15:40:13 -0400
- Subject: Re: gcc compile-time performance
- References: <20020519045728.4F684F28D6@nile.gnat.com>
- Reply-to: tim at hollebeek dot com
> I still don't think you will easily get current GCC working nicely on these
> old 200 Mhz PC's because they are likely to have pretty miserably small
> memories, and GCC is a huge memory hog. But perhaps you can work magic
> on that as well :-)
Last time I tried installing the latest gcc on this 200 MHz PC, the
only thing that stopped me was genattrtab.
A binary-based package might work but I haven't tried.
It's currently running egcs-1.1.2 with no problems.
-Tim