Commit 21cb3518 by Jan Hubicka

invoke.texi (--param early-inlining-insns): Update default value.


	* doc/invoke.texi (--param early-inlining-insns): Update default value.
	* params.def (PARAM_EARLY_INLINING_INSNS): Set to 14.

From-SVN: r219775
parent 499de348
...@@ -10077,7 +10077,7 @@ The default value is 10. ...@@ -10077,7 +10077,7 @@ The default value is 10.
@item early-inlining-insns @item early-inlining-insns
Specify growth that the early inliner can make. In effect it increases Specify growth that the early inliner can make. In effect it increases
the amount of inlining for code having a large abstraction penalty. the amount of inlining for code having a large abstraction penalty.
The default value is 10. The default value is 14.
@item max-early-inliner-iterations @item max-early-inliner-iterations
Limit of iterations of the early inliner. This basically bounds Limit of iterations of the early inliner. This basically bounds
......
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