summaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-23 15:42:06 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-23 15:42:06 +0000
commit2ea8d04e590367a0c20bb6644b0330c052a0ef33 (patch)
treef28fe84170ab1e505f5fdfc61cf5cd6be17ffa8f /gcc/params.def
parent9d72c82a4b48090151440da30fdac357956b991f (diff)
downloadgcc-2ea8d04e590367a0c20bb6644b0330c052a0ef33.tar.gz
* params.def (INLINE_CALL_COST): Set to 12.
* invoke.texi (inline-call-cost): Update default value. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128692 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def
index 2ad1eb69753..c9ae99bd688 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -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",