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: Loop unrolling-related SPEC regressions?


Paolo Carlini <pcarlini@unitus.it> writes:

> Andreas Jaeger wrote:
>
>>Tell me if you like to see other runs,
>>
> Thank you very much, Andreas.
>
>>164.gzip          1400       561       250*     1400       559       250*
>>
>>186.crafty        1000       279       358*     1000       279       358*
>>
> Really indistinguishable, right?

Yes.

>>Est. SPECint_base2000                  227
>>   Est. SPECint2000                                                     227
>>
> Andreas, please excuse my *very* stupid question (for sure I could
> find this explained somewhere in your pages ;-)
> How these SPEC indexes compare with those you publish on the WEB? I
> mean they are roughly half in size.

Let's check... Oh, it's a different machine it's the one I
use for:
http://www.suse.de/%7Eaj/SPEC/CINT/sandbox/index.html

But nevertheless the numbers look wrong...

I found it - I forgot to add -O3 :-(

Ok, I rerun the tests with correct flags now:
cflags base: -O3 -fomit-frame-pointer -march=athlon -funroll-loops -fstrict-aliasing -malign-double
cflags peak: -O3 -fomit-frame-pointer -march=athlon -funroll-loops -fstrict-aliasing -malign-double

Sorry - and thanks for looking closer into these...

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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