<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 12, 2016 at 5:59 PM, David Farler via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I see that this method was pulled out of line for <a href="https://llvm.org/bugs/show_bug.cgi?id=3758" rel="noreferrer" target="_blank">https://llvm.org/bugs/show_bug.cgi?id=3758</a> back in 2009. Is there a chance we can consider pulling it back into a header? It's kind of a shame to have to have to link Support just to use BumpPointerAllocator.<br></blockquote><div><br></div><div>I don't think we want to do that. It's rarely profitable to inline grow_pod, and it wastes object file size.</div></div></div></div>