[PATCH] D34471: [Inliner] Boost inlining of an indirect call to always_inline function.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 14:33:07 PDT 2017


efriedma added a comment.

> I think this is a fairly uncommon scenario that size increase is not a concern in general,

All code written in C contains always_inline functions because C libraries mark inline functions always_inline.  This means we're potentially introducing gigantic size regressions into every piece of C code in existence.  I don't want to deal with that.


https://reviews.llvm.org/D34471





More information about the llvm-commits mailing list