SPRU514Z July 2001 – October 2023 SM320F28335-EP
The compiler replaces calls to small functions with inline code, saving the overhead associated with a function call as well as providing increased opportunities to apply other optimizations. For information about interactions between command-line options, pragmas, and keywords that affect inlining, see Section 2.11.
This type of optimization is enabled by the --opt_level=0 and higher optimization settings.