* params.def: Revert my accidental commit at 2009-06-30.
From-SVN: r149279
This commit is contained in:
parent
69bc6bff15
commit
172d54e01f
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-07-06 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* params.def: Revert my accidental commit at 2009-06-30.
|
||||
|
||||
2009-07-04 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
PR target/40636
|
||||
|
|
|
@ -70,7 +70,7 @@ DEFPARAM (PARAM_PREDICTABLE_BRANCH_OUTCOME,
|
|||
DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
|
||||
"max-inline-insns-single",
|
||||
"The maximum number of instructions in a single function eligible for inlining",
|
||||
150, 0, 0)
|
||||
400, 0, 0)
|
||||
|
||||
/* The single function inlining limit for functions that are
|
||||
inlined by virtue of -finline-functions (-O3).
|
||||
|
@ -82,17 +82,17 @@ DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
|
|||
DEFPARAM (PARAM_MAX_INLINE_INSNS_AUTO,
|
||||
"max-inline-insns-auto",
|
||||
"The maximum number of instructions when automatically inlining",
|
||||
40, 0, 0)
|
||||
60, 0, 0)
|
||||
|
||||
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE,
|
||||
"max-inline-insns-recursive",
|
||||
"The maximum number of instructions inline function can grow to via recursive inlining",
|
||||
300, 0, 0)
|
||||
450, 0, 0)
|
||||
|
||||
DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE_AUTO,
|
||||
"max-inline-insns-recursive-auto",
|
||||
"The maximum number of instructions non-inline function can grow to via recursive inlining",
|
||||
200, 0, 0)
|
||||
450, 0, 0)
|
||||
|
||||
DEFPARAM (PARAM_MAX_INLINE_RECURSIVE_DEPTH,
|
||||
"max-inline-recursive-depth",
|
||||
|
@ -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",
|
||||
8, 0, 0)
|
||||
12, 0, 0)
|
||||
DEFPARAM(PARAM_LARGE_STACK_FRAME,
|
||||
"large-stack-frame",
|
||||
"The size of stack frame to be considered large",
|
||||
|
|
Loading…
Add table
Reference in a new issue