search for: aa0b9ebd

Displaying 2 results from an estimated 2 matches for "aa0b9ebd".

Did you mean: aa0ab9eb
2010 Nov 30
0
[LLVMdev] LLVM Inliner
On Nov 30, 2010, at 2:36 PM, Xinliang David Li wrote: >> Yes, global growth limit may be good for size control, but is a hack for control icache footprint. However, as I mentioned, the bottom up inline scheme make it impossible to use any heuristics involving 'global limit' which can be more complicated and fancier than the simple growth limit. For instance, there is no restriction
2010 Nov 30
2
[LLVMdev] LLVM Inliner
On Tue, Nov 30, 2010 at 2:29 PM, Chris Lattner <clattner at apple.com> wrote: > > On Nov 30, 2010, at 2:19 PM, Xinliang David Li wrote: > > I understand that, but that implies that you have some model for code >> locality. Setting a global code growth limit is (in my opinion) a hack >> unless you are aiming for the whole program to fit in the icache (which I