Commit c7d68c96 by Jan Hubicka Committed by Jan Hubicka

invoke.texi (inline-insns-auto): Drop from 60 to 50.

	* doc/invoke.texi (inline-insns-auto): Drop from 60 to 50.
	* params.def (inline-insns-auto): Likewise.

From-SVN: r151728
parent 5cbf8c8d
2009-09-15 Jan Hubicka <jh@suse.cz>
* doc/invoke.texi (inline-insns-auto): Drop from 60 to 50.
* params.def (inline-insns-auto): Likewise.
2009-09-15 Martin Jambor <mjambor@suse.cz> 2009-09-15 Martin Jambor <mjambor@suse.cz>
* ipa-inline.c (estimate_function_body_sizes): Dump info about * ipa-inline.c (estimate_function_body_sizes): Dump info about
......
...@@ -7634,7 +7634,7 @@ a lot of functions that would otherwise not be considered for inlining ...@@ -7634,7 +7634,7 @@ a lot of functions that would otherwise not be considered for inlining
by the compiler will be investigated. To those functions, a different by the compiler will be investigated. To those functions, a different
(more restrictive) limit compared to functions declared inline can (more restrictive) limit compared to functions declared inline can
be applied. be applied.
The default value is 60. The default value is 50.
@item large-function-insns @item large-function-insns
The limit specifying really large functions. For functions larger than this The limit specifying really large functions. For functions larger than this
......
...@@ -82,7 +82,7 @@ DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE, ...@@ -82,7 +82,7 @@ DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
DEFPARAM (PARAM_MAX_INLINE_INSNS_AUTO, DEFPARAM (PARAM_MAX_INLINE_INSNS_AUTO,
"max-inline-insns-auto", "max-inline-insns-auto",
"The maximum number of instructions when automatically inlining", "The maximum number of instructions when automatically inlining",
60, 0, 0) 50, 0, 0)
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE, DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE,
"max-inline-insns-recursive", "max-inline-insns-recursive",
......
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