Displaying 2 results from an estimated 2 matches for "f0f0de06".
2010 Nov 30
0
[LLVMdev] LLVM Inliner
..."runaway inlining" there are better ways to do it. You agree that it isn't for icache optimization, so what value does it serve?
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101130/f0f0de06/attachment.html>
2010 Nov 30
3
[LLVMdev] LLVM Inliner
On Mon, Nov 29, 2010 at 10:56 AM, Chris Lattner <clattner at apple.com> wrote:
> On Nov 28, 2010, at 11:39 PM, Xinliang David Li wrote:
>
> 1. Run the inliner on bar (noop, since it has no call sites)
>> 2. Run the per-function passes on bar. This generally shrinks it, and
>> prevents "abstraction penalty" from making bar look too big to inline.
>> 3.