[llvm-commits] [PATCH] Change ForceSizeOpt attribute into MinSize attribute

Eric Christopher echristo at gmail.com
Mon Oct 29 15:57:13 PDT 2012


Looks good to me. I don't think ForceSizeOpt has been in long enough
to justify autoupgrade.

-eric

On Mon, Oct 29, 2012 at 3:51 PM, Quentin Colombet <qcolombet at apple.com> wrote:
> Hi,
>
> Following a discussion on the cfe-commits mailing list (look for "Oz optimization level sets ForceSizeOpt attribute for each function"), I propose a patch to change the name of the ForceSizeOpt attribute into MinSize attribute.
>
> The purpose of this attribute is to inform the compiler that functions decorated with should be optimized to minimize for code size.
>
> Quentin
>
>
>
>



More information about the llvm-commits mailing list