[doc] fix -O2 claim about inlining

Richard Guenther richard.guenther@gmail.com
Thu Feb 12 12:24:00 GMT 2009


On Thu, Feb 12, 2009 at 11:44 AM, Nathan Sidwell
<nathan@codesourcery.com> wrote:
> Richard Guenther wrote:
>>
>> On Thu, Feb 12, 2009 at 11:05 AM, Nathan Sidwell
>> <nathan@codesourcery.com> wrote:
>>>
>>> This patch removes the claim that inlining doesn't happen at -O2.  We
>>> will
>>> inline static functions called exactly once.
>>
>> The compiler also performs complete loop unrolling with -O2 (if it doesn't
>> increase code size).
>
> ok. Perhaps we should just remove the sentence entirely?

Yes.  The patch is ok with that change.

Richard.



More information about the Gcc-patches mailing list