This is the mail archive of the gcc-patches@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: [PATCH]: Code sinking patch


Daniel Berlin wrote:

Actually, i redid some bootstrap numbers for a C only bootstrap on my x86 (i had been doing the timings on my g5 before)

before the patch:

real    33m53.437s
user    29m34.537s
sys     1m15.123s

after the patch:

real    32m51.246s
user    29m32.957s
sys     1m12.722s

So it's almost a minute faster in real time.

That's quite compelling; you've achieved about a 3% improvement.


Is there anyone who would prefer that this patch not be installed?

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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