[llvm-commits] [llvm-gcc-4.2] r130139 - in /llvm-gcc-4.2/trunk/gcc: llvm-backend.cpp opts.c

Evan Cheng evan.cheng at apple.com
Mon Apr 25 13:33:33 PDT 2011


Inline threshold of 25 does very little automatic inlining.

Evan

On Apr 25, 2011, at 1:23 PM, Eric Christopher wrote:

> 
> On Apr 25, 2011, at 1:04 PM, Evan Cheng wrote:
> 
>> Author: evancheng
>> Date: Mon Apr 25 15:04:03 2011
>> New Revision: 130139
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=130139&view=rev
>> Log:
>> Currently -Os and -Oz are the same. Change -Oz to significantly reduce inline threshold to make it useful for code that really cares about code size.
>> 
> 
> What kind of difference did you see here?
> 
> -eric
> 




More information about the llvm-commits mailing list