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]

Re: RFA: Deprecate C++ options


On Wed, Sep 12, 2001 at 03:26:26PM +0200, Gerald Pfeifer wrote:
> On Fri, 7 Sep 2001, George Garvey wrote:
> >    FYI, we've upgraded a number of computers for developers twice now: once
> > due to the doubling of memory needs for EGCS (pretty simple and
> > inexpensive); once for the doubling of compile times for GCC 3 (equally
> > simple, but not as inexpensive, and less effective).
> 
> I believe you'll be very positively surprised when GCC 3.0.2 will be
> released (in October) -- compile times *and* code-generation quality are
> significantly better for lots of C++ sources than for GCC 3.0 and 3.0.1.

   Unfortunately, I didn't follow your instructions precisely, so perhaps
this doesn't count. I used the last snapshot tarball (20010910) instead of
direct from CVS.
   Compiled one of the in-house C++ systems from scratch using 3.0.1 and
the snapshot last night:
	gcc-3.0.1:
		1853.43s user 45.26s system 50% cpu 1:02:46:71 total
	gcc-3.0.1.1 [3.0.2 20010910 (prerelease)]:
		1849.85s user 44.17s system 50% cpu 1:02:37:50 total
   No check for difference in code generation, of course, just compile
times.


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