aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2015-01-19 23:11:03 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2015-01-19 22:11:03 +0000
commitc2db720467067f3e811de25875b2bbe7fa06f7a6 (patch)
treea30e0ded28dde6b83b392e3171809015a8524f20 /gcc/params.def
parent3bac62c2b2243f923a2bbb35091e2b745d1cf8d9 (diff)
downloadgcc-c2db720467067f3e811de25875b2bbe7fa06f7a6.zip
gcc-c2db720467067f3e811de25875b2bbe7fa06f7a6.tar.gz
gcc-c2db720467067f3e811de25875b2bbe7fa06f7a6.tar.bz2
params.def (inline-unit-growth): Drop to 15%.
* params.def (inline-unit-growth): Drop to 15%. * invoke.texi (inline-unit-growth): Document change. From-SVN: r219863
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 192c1e0..4d3b398 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -190,7 +190,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)",
- 30, 0, 0)
+ 15, 0, 0)
DEFPARAM(PARAM_IPCP_UNIT_GROWTH,
"ipcp-unit-growth",
"How much can given compilation unit grow because of the interprocedural constant propagation (in percent)",