[cfe-dev] NormalInlining pass run only at > O1
Rafael Avila de Espindola
rafael.espindola at gmail.com
Tue Mar 8 10:38:30 PST 2011
>> -O1 is intended to only do simple intraprocedural optimizations. Inlining isn't one of those. What is your use case for -O1?
>
> freebsd bootloader. its size is smallest with -O1 + inlining with
> -inline-threshold=3
>
> I'll deal with my issue in other way, thnx!
Something is wrong with our -Os :-)
> roman
Cheers,
Rafael
More information about the cfe-dev
mailing list