diff options
author | Jan Hubicka <jh@suse.cz> | 2007-02-09 23:51:44 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2007-02-09 22:51:44 +0000 |
commit | d562c6687f3a10bdf8f1af45df89991972fc4092 (patch) | |
tree | b713d726145cfd91f6b37025e722ae7fee3c0f8f /gcc/params.def | |
parent | 45a80bb9e800503749c797d4c57a4b6829ca9bf7 (diff) | |
download | gcc-d562c6687f3a10bdf8f1af45df89991972fc4092.tar.gz |
params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
* params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
* doc/invoke.texi (inline-unit-growth): Update default value.
From-SVN: r121781
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index c4f7229afdf..e583025c879 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -199,7 +199,7 @@ DEFPARAM(PARAM_LARGE_UNIT_INSNS, DEFPARAM(PARAM_INLINE_UNIT_GROWTH, "inline-unit-growth", "how much can given compilation unit grow because of the inlining (in percent)", - 60, 0, 0) + 30, 0, 0) DEFPARAM(PARAM_INLINE_CALL_COST, "inline-call-cost", "expense of call operation relative to ordinary arithmetic operations", |