Commit f2879759 by Jan Hubicka Committed by Jan Hubicka

params.def (INLINE_CALL_COST): Set to 12.

	* params.def (INLINE_CALL_COST): Set to 12.
	* invoke.texi (inline-call-cost): Update default value.

From-SVN: r128692
parent 823dd937
2007-09-23 Jan Hubicka <jh@suse.cz>
* params.def (INLINE_CALL_COST): Set to 12.
* invoke.texi (inline-call-cost): Update default value.
2007-09-23 Eric Botcazou <ebotcazou@adacore.com>
* config/alpha/alpha.md (movti): Use operand_subword for the split.
......@@ -6720,7 +6720,7 @@ functions and at the same time increases size of leaf function that is believed
reduce function size by being inlined. In effect it increases amount of
inlining for code having large abstraction penalty (many functions that just
pass the arguments to other functions) and decrease inlining for code with low
abstraction penalty. The default value is 16.
abstraction penalty. The default value is 12.
@item min-vect-loop-bound
The minimum number of iterations under which a loop will not get vectorized
......
......@@ -201,7 +201,7 @@ DEFPARAM(PARAM_INLINE_UNIT_GROWTH,
DEFPARAM(PARAM_INLINE_CALL_COST,
"inline-call-cost",
"expense of call operation relative to ordinary arithmetic operations",
16, 0, 0)
12, 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