This is the mail archive of the gcc-bugs@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]

[Bug optimization/13712] Executable runs 25% slower than when compiled with INTEL compiler


------- Additional Comments From falk at debian dot org  2004-01-29 16:48 -------
I've quickly hacked the test case to compile with a C compiler, to compare
gcc against the DEC compiler. I replaced exp(x) with x*x, since exp() is a
libcall and not under the control of the compiler. Then I get on an 800MHz
ev68:

gcc 3.4: 46.18s (-O3 -ffast-math -mcpu=ev67)
DEC C:   30.02s (-O6 -fast)

So there's also something to gain on other platforms...


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1


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


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