summaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-04 21:07:46 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2015-04-04 21:07:46 +0000
commitec4ff5c64e0afbccb6cd6de8e9e2d8c1cdcddc35 (patch)
tree84f387822aad4f53e7083c5bb13d17811a59ae09 /gcc/params.def
parentfa4f0b4ea29543315d5d6e4dee0a9c7806f3e144 (diff)
downloadgcc-ec4ff5c64e0afbccb6cd6de8e9e2d8c1cdcddc35.tar.gz
* invoke.texi (inline-unit-growth): Increase growth to 20%
* params.def (PARAM_INLINE_UNIT_GROWTH): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221868 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 5e2c7695865..48b39a25041 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)",
- 15, 0, 0)
+ 20, 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)",