[llvm-commits] [PATCH] Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
qcolombet at apple.com
Mon Oct 29 15:51:11 PDT 2012
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RenameForceSizeOptIntoMinSize.patch
Type: application/octet-stream
Size: 8580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121029/4644b6b0/attachment.obj>
-------------- next part --------------
More information about the llvm-commits
mailing list