public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/38306]  New: [4.4 Regression] 15% slowdown of computational kernel
@ 2008-11-28 16:02 jv244 at cam dot ac dot uk
  2008-11-28 16:03 ` [Bug target/38306] " jv244 at cam dot ac dot uk
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: jv244 at cam dot ac dot uk @ 2008-11-28 16:02 UTC (permalink / raw)
  To: gcc-bugs

The (to be) attached code runs about ~15% (4.4 vs 4.2) slower compiled with:
gfortran -O3 -march=native -funroll-loops  -ffast-math test.f90

4.4:  5.060s
4.3:  4.376s
4.2:  4.316s

most time would be spent in PD2VAL.

FYI, the cpu is:

cpu family      : 15
model           : 65
model name      : Dual-Core AMD Opteron(tm) Processor 8218
stepping        : 2
cpu MHz         : 2612.084
cache size      : 1024 KB
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext
3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy

(-march -> -march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64 --param
l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=k8)

on Core2 4.4 is actually faster:

4.4: 4.236s
4.3.0: 4.572s

-march=core2 -mcx16 -msahf --param l1-cache-size=32 --param
l1-cache-line-size=64 -mtune=core2


-- 
           Summary: [4.4 Regression] 15% slowdown of computational kernel
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jv244 at cam dot ac dot uk
  GCC host triplet: x86_64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38306


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2010-04-30  8:54 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-28 16:02 [Bug target/38306] New: [4.4 Regression] 15% slowdown of computational kernel jv244 at cam dot ac dot uk
2008-11-28 16:03 ` [Bug target/38306] " jv244 at cam dot ac dot uk
2008-11-28 16:25 ` pinskia at gcc dot gnu dot org
2008-11-30 11:40 ` rguenth at gcc dot gnu dot org
2008-11-30 11:49 ` rguenth at gcc dot gnu dot org
2008-11-30 16:18 ` jv244 at cam dot ac dot uk
2008-11-30 16:27 ` jv244 at cam dot ac dot uk
2008-11-30 16:40 ` rguenth at gcc dot gnu dot org
2008-12-03 19:04 ` [Bug target/38306] [4.4 Regression] 15% slowdown w.r.t. 4.3 of computational kernel on some architectures steven at gcc dot gnu dot org
2008-12-03 21:29 ` hjl dot tools at gmail dot com
2008-12-04 16:12 ` jv244 at cam dot ac dot uk
2008-12-05 12:18 ` rguenth at gcc dot gnu dot org
2008-12-06 15:38 ` steven at gcc dot gnu dot org
2008-12-06 18:56 ` jv244 at cam dot ac dot uk
2009-02-11 19:00 ` bonzini at gnu dot org
2009-02-11 19:25 ` jv244 at cam dot ac dot uk
2009-04-21 15:59 ` [Bug target/38306] [4.4/4.5 " jakub at gcc dot gnu dot org
2009-07-22 10:35 ` jakub at gcc dot gnu dot org
2009-09-01  6:56 ` jv244 at cam dot ac dot uk
2009-09-01  8:54 ` bonzini at gnu dot org
2009-09-01  9:13 ` jv244 at cam dot ac dot uk
2009-09-01  9:18 ` jv244 at cam dot ac dot uk
2009-10-15 12:50 ` jakub at gcc dot gnu dot org
2010-01-21 13:19 ` jakub at gcc dot gnu dot org
2010-04-30  9:00 ` [Bug target/38306] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).