Displaying 2 results from an estimated 2 matches for "afd85ac".
Did you mean:
afd85ace
2010 Nov 29
0
[LLVMdev] LLVM Inliner
...e calls to cold external functions for instance.
Absolutely true. It may also be completely wrong for some functions. It's a heuristic :)
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101129/afd85ace/attachment.html>
2010 Nov 29
3
[LLVMdev] LLVM Inliner
On Sun, Nov 28, 2010 at 2:37 PM, Chris Lattner <clattner at apple.com> wrote:
> On Nov 23, 2010, at 5:07 PM, Xinliang David Li wrote:
> > Hi, I browsed the LLVM inliner implementation, and it seems there is room
> for improvement. (I have not read it too carefully, so correct me if what I
> observed is wrong).
> >
> > First the good side of the inliner -- the