invoke.texi (early-inlining-insns): Reduce from 12 to 8.

* doc/invoke.texi (early-inlining-insns): Reduce from 12 to 8.
	* params.def (early-inlining-insns): Likewise.

From-SVN: r151511
This commit is contained in:
Jan Hubicka 2009-09-08 15:59:20 +02:00 committed by Jan Hubicka
parent 05266d7f38
commit ac875c2ec2
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-09-08 Jan Hubicka <jh@suse.cz>
* doc/invoke.texi (early-inlining-insns): Reduce from 12 to 8.
* params.def (early-inlining-insns): Likewise.
2009-09-08 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/41239

View File

@ -7714,7 +7714,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 12.
inlining for code having large abstraction penalty. The default value is 8.
@item max-early-inliner-iterations
@itemx max-early-inliner-iterations

View File

@ -185,7 +185,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",
12, 0, 0)
8, 0, 0)
DEFPARAM(PARAM_LARGE_STACK_FRAME,
"large-stack-frame",
"The size of stack frame to be considered large",