[cfe-dev] noinlining in clang/llvm

Hayden Livingston via cfe-dev cfe-dev at lists.llvm.org
Mon Oct 2 20:44:37 PDT 2017


Chandler Carruth at a CppCon/NWCPP talk said that Clang will not
respect the noinline gcc attribute (or clang attribute).

Sometimes it is needed for semantic correctness that a method not be
inlined (e.g. for GC lifetime visibility etc.)

Is this true?

Video: https://youtu.be/9RFYVbHRoLg?t=3822



More information about the cfe-dev mailing list