PATCH: [darwin] Always turn on FP_SAVE_INLINE at -O3

Stan Shebs shebs@apple.com
Wed May 5 23:18:00 GMT 2004


Andrew Pinski wrote:

>
> On May 5, 2004, at 18:47, Stan Shebs wrote:
>
>>
>> In the interest of propagating rumors via this mailing list :-), what
>> is the general order of magnitude of "small improvement" here?
>
>
> There is no improvement for the FSF's compiler as it is already inlined
> for every optimization level.

You're right, I was hallucinating and thinking of the FP_SAVE_INLINE
in apple-ppc-branch, which asks to call the function if there are more
than about four registers to save, while the mainline definition always
inlines. Caroline, let's go back and see if we can use the same
FP_SAVE_INLINE in both mainline and Apple branch.

Stan



More information about the Gcc-patches mailing list