User Tools

Site Tools


mywiki:linux:optimize_options

This is an old revision of the document!


Table of Contents

GCC Optimize Options

Reference Optimize-Options

inline-functions

-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.

  Enabled at level -O3.

mywiki/linux/optimize_options.1429400139.txt.gz · Last modified: (external edit)