invoke.texi (early-inlining-insns): Update default.
* doc/invoke.texi (early-inlining-insns): Update default. * params.def (early-inlining-insns): Default to 10. From-SVN: r166657
This commit is contained in:
parent
146d930bb7
commit
211ceacad5
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-11-12 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* doc/invoke.texi (early-inlining-insns): Update default.
|
||||
* params.def (early-inlining-insns): Default to 10.
|
||||
|
||||
2010-11-12 Olivier Hainque <hainque@adacore.com>
|
||||
|
||||
* config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
|
||||
|
|
|
@ -8334,7 +8334,7 @@ whose probability exceeds given threshold (in percents). The default value is
|
|||
|
||||
@item early-inlining-insns
|
||||
Specify growth that early inliner can make. In effect it increases amount of
|
||||
inlining for code having large abstraction penalty. The default value is 8.
|
||||
inlining for code having large abstraction penalty. The default value is 10.
|
||||
|
||||
@item max-early-inliner-iterations
|
||||
@itemx max-early-inliner-iterations
|
||||
|
|
|
@ -197,7 +197,7 @@ DEFPARAM(PARAM_IPCP_UNIT_GROWTH,
|
|||
DEFPARAM(PARAM_EARLY_INLINING_INSNS,
|
||||
"early-inlining-insns",
|
||||
"Maximal estimated growth of function body caused by early inlining of single call",
|
||||
8, 0, 0)
|
||||
10, 0, 0)
|
||||
DEFPARAM(PARAM_LARGE_STACK_FRAME,
|
||||
"large-stack-frame",
|
||||
"The size of stack frame to be considered large",
|
||||
|
|
Loading…
Add table
Reference in a new issue