6.6.6.7.1 -finline-functions
Integrate all simple functions into their callers. The compiler heuristically decides which
functions are simple enough to be worth integrating in this way. If all calls to a given
function are integrated and the function is declared static
, then the
function is normally not output as assembler code in its own right.