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 tree-optimization/24123] [4.1 Regression] Massive performance regression for -ffast-math due to the recip tree pass


------- Additional Comments From uros at kss-loka dot si  2005-09-30 12:44 -------
(In reply to comment #12)
> Here is a list of all the differences between the two profiles.  r is the time
> with recip, nr is without, nr-r is the difference.
> 
> r       nr      nr-r    func
> 1.28    1.50    0.22    pov::sbisect(int,

It looks to me that header is reversed! pov::sbisect is 1.50 _with_ recip.

IMHO header should look:

 nr      r      nr-r    func
 1.28    1.50    0.22    pov::sbisect(int,
 ...

-- 


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


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