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]

[withdrawn] Re: Suggestion: Add -ffast-math to default BOOT_CFLAGS


Richard Henderson wrote:

>> life analysis          4.94        4.02       -0.92
>> name lookup            8.83        8.35       -0.48
>> garbage collection     5.98        5.83       -0.15
>
> Where, pray, is the floating point in these passes
> that would be affected by -ffast-math at all?
>
>> AFAIK there isn't any, which makes your numbers
>> highly suspicious.
>>

You, of course, were right to be suspicious.

I have determined that I was comparing the fully bootstrapped ffast-math build to a build that just had "make all" performed on it from GCC 3.3.

Rerunning the test indicates that if there are any differences between using -ffast-math or not to be lost in noise.

Patch idea withdrawn.

KC


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