mywiki:linux:optimize_options
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mywiki:linux:optimize_options [2015/04/19 07:35] – created super | mywiki:linux:optimize_options [2019/09/15 18:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | GCC Optimize Options\\ | + | GCC Optimize Options |
| | Reference | [[http:// | | Reference | [[http:// | ||
| Line 6: | Line 6: | ||
| -finline-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 | + | Integrate |
| - | Enabled at level -O3. \\ | + | 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.1429400114.txt.gz · Last modified: (external edit)
