SPRUI04F july 2015 – april 2023
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 3.11.
This type of optimization is enabled by the --opt_level=0 and higher optimization settings.