SPRUIG8J January 2018 – March 2024
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.10.
This type of optimization is enabled by the --opt_level=0 and higher optimization settings.