This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ compile and execution times
- From: Michael Matz <matz at suse dot de>
- To: Wolfgang Bangerth <bangerth at ticam dot utexas dot edu>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Thu, 21 Nov 2002 20:29:36 +0100 (CET)
- Subject: Re: C++ compile and execution times
Hi,
On Thu, 21 Nov 2002, Wolfgang Bangerth wrote:
> and it bothers me that, for example, switching on -fnew-ra is adding
> another 15%
Known problem. Some sources have even higher additional costs. This will
be fixed hopefully before 3.4.
> 3.3+new-ra 91 min *** [2,3] (CVS 2002-10-30)
Ahh, another testcase. Good ;-)
Ciao,
Michael.