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]
Other format: [Raw text]

Re: c++ speed 3.3/4.0/4.1


On Sun, Dec 04, 2005 at 06:09:54PM -0500, Jack Howarth wrote:
>     I was happy to see some recovery in the c++ code generation with
> gcc 4.1. Now xplor-nih only exhibits a 7% speed loss using g++-4.1
> compared to g++-3.3. I assume this is due to the total rewrite of
> the optimizers in gcc > 4.0. Is there any tricks on can use to coax
> the c++ performance from the g++ 4.1 to be equivalent to that seen in
> g++-3.3 or will we have to wait for later versions of gcc for that?

You could try to isolate some inner loops that are slower for 4.1 than
3.3, and submit them as bug reports.


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