mywiki:linux:optimize_options
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mywiki:linux:optimize_options [2015/04/19 07:35] – 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 7: | Line 7: | ||
| -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.\\ | + | 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.\\ | + | If all calls to a given function are integrated, and the function is declared |
| - | Enabled at level -O3. \\ | + | Enabled at level **-O3**. |
mywiki/linux/optimize_options.1429400126.txt.gz · Last modified: (external edit)
