Commit ac875c2e by Jan Hubicka Committed by Jan Hubicka

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
parent 05266d7f
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
......
......@@ -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
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment