On 14 March 2014 17:06, JF Bastien <jfb at google.com> wrote: > Maybe a naive question, but it seems better to just use inlining instead of > reimplementing the same logic within LLVM. That requires static linking/LTO, > so it's not that workable. You're absolutely right... Premature optimization is the root of all evil... ;) --renato