params.def (max-inline-insns-auto): Default to 40.
* params.def (max-inline-insns-auto): Default to 40. * doc/invoke.texi (max-inline-insns-auto): Document the change. From-SVN: r161481
This commit is contained in:
parent
df8410cad6
commit
7802ca7cfd
@ -1,3 +1,8 @@
|
||||
2010-06-27 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* params.def (max-inline-insns-auto): Default to 40.
|
||||
* doc/invoke.texi (max-inline-insns-auto): Document the change.
|
||||
|
||||
2010-06-27 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
PR middle-end/44671
|
||||
|
@ -8125,7 +8125,7 @@ a lot of functions that would otherwise not be considered for inlining
|
||||
by the compiler will be investigated. To those functions, a different
|
||||
(more restrictive) limit compared to functions declared inline can
|
||||
be applied.
|
||||
The default value is 50.
|
||||
The default value is 40.
|
||||
|
||||
@item large-function-insns
|
||||
The limit specifying really large functions. For functions larger than this
|
||||
|
@ -78,11 +78,11 @@ DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
|
||||
that is applied to functions marked inlined (or defined in the
|
||||
class declaration in C++) given by the "max-inline-insns-single"
|
||||
parameter.
|
||||
The default value is 90. */
|
||||
The default value is 40. */
|
||||
DEFPARAM (PARAM_MAX_INLINE_INSNS_AUTO,
|
||||
"max-inline-insns-auto",
|
||||
"The maximum number of instructions when automatically inlining",
|
||||
50, 0, 0)
|
||||
40, 0, 0)
|
||||
|
||||
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE,
|
||||
"max-inline-insns-recursive",
|
||||
|
Loading…
Reference in New Issue
Block a user