[llvm-commits] [llvm] r153812 - in /llvm/trunk: include/llvm/Analysis/ include/llvm/Transforms/IPO/ lib/Analysis/ lib/Transforms/IPO/ test/Transforms/Inline/
Jakob Stoklund Olesen
stoklund at 2pi.dk
Wed Apr 11 13:46:10 PDT 2012
On Apr 11, 2012, at 11:33 AM, Eli Friedman <eli.friedman at gmail.com> wrote:
> If your patch consistently leads to lower computed inlining costs,
> perhaps we should lower the inlining threshold?
The inlining thresholds haven't been calibrated for many years. It is time to recalibrate.
Somebody should plot the code size vs speed curve and pick thresholds for -Oz, -Os, -O2, and -O3.
/jakob
More information about the llvm-commits
mailing list