This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [PATCH], correction (was Re: [Patch] Step2: ...)


Nathan Myers wrote:

On Tue, Jun 24, 2003 at 12:57:58PM -0700, Nathan Myers wrote:


I ran another benchmark, attached below, on several compilers
on P3 and Opteron. All builds are -O2.


I have been analyzing the results, particularly the anomalous
Opteron result.

Great Nathan! If nobody objects, I will add a Changelog and commit your patch.

Still (dunno if you managed to reproduce my result) on P4 at least, there is something weird going on with the inlining for 9876: I'm consistently getting better results with sputc out of line, or, alternatively, with sputc inline but -finline-limit=300 instead of the default 600.

Paolo.


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