User Tools

Site Tools


mywiki:linux:optimize_options

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mywiki:linux:optimize_options [2015/04/19 07:35] supermywiki: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://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/Optimize-Options.html|Optimize-Options]] | | Reference | [[http://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/Optimize-Options.html|Optimize-Options]] |
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 **static**, then the function is normally not output as assembler code in its own right.
  
-  Enabled at level -O3. \\+  Enabled at level **-O3**
  
mywiki/linux/optimize_options.1429400139.txt.gz · Last modified: (external edit)