SLAU132V October 2004 – February 2020
The NOINLINE pragma can be placed before a statement to prevent any function calls made in that statement from being inlined. It has no effect on other calls to the same functions.
The syntax of the pragma in C/C++ is:
#pragma NOINLINE |
For information about interactions between command-line options, pragmas, and keywords that affect inlining, see Section 2.11.