invoke.texi (Optimize Options): Move -finline-small-functions to the -O2 list.
2009-09-03 Namhyung Kim <namhyung@gmail.com> * doc/invoke.texi (Optimize Options): Move -finline-small-functions to the -O2 list. From-SVN: r151366
This commit is contained in:
parent
73d598d5a7
commit
95da10ea18
@ -1,3 +1,8 @@
|
||||
2009-09-03 Namhyung Kim <namhyung@gmail.com>
|
||||
|
||||
* doc/invoke.texi (Optimize Options): Move
|
||||
-finline-small-functions to the -O2 list.
|
||||
|
||||
2009-09-03 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* toplev.c (process_options): Enable var-tracking-assignments
|
||||
|
@ -5617,7 +5617,6 @@ compilation time.
|
||||
-fguess-branch-probability @gol
|
||||
-fif-conversion2 @gol
|
||||
-fif-conversion @gol
|
||||
-finline-small-functions @gol
|
||||
-fipa-pure-const @gol
|
||||
-fipa-reference @gol
|
||||
-fmerge-constants
|
||||
@ -5658,6 +5657,7 @@ also turns on the following optimization flags:
|
||||
-fdelete-null-pointer-checks @gol
|
||||
-fexpensive-optimizations @gol
|
||||
-fgcse -fgcse-lm @gol
|
||||
-finline-small-functions @gol
|
||||
-findirect-inlining @gol
|
||||
-foptimize-sibling-calls @gol
|
||||
-fpeephole2 @gol
|
||||
|
Loading…
x
Reference in New Issue
Block a user