[Bug target/9359] [Athlon] odd performance behavior on Athlon XP1800+
lda@skarven.net
gcc-bugzilla@gcc.gnu.org
Mon May 26 13:55:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9359
------- Additional Comments From lda@skarven.net 2003-05-26 12:47 -------
Subject: Re: [Bug target/9359] [Athlon] odd performance behavior on Athlon XP1800+
I don't have 3.3 but I tried it on 3.2.2 and the behavior persists.
Interestingly, with 3.2.2, it's the -DFAST code that runs more slowly.
Here's a trace:
$ gcc --version|sed 1q
gcc (GCC) 3.2.2
$ gcc t.c ; time ./a.out
real 0m0.724s
user 0m0.710s
sys 0m0.000s
$ gcc -DFAST t.c ; time ./a.out
real 0m2.020s
user 0m2.020s
sys 0m0.000s
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Gcc-bugs
mailing list