aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2019-01-12 19:18:23 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2019-01-12 18:18:23 +0000
commit43d168a46e288660b16fb6a7c66a8e77752345aa (patch)
treec03701bf4ef5505fc2a83fb6760949876121e266 /gcc
parent5f07d78a1377dec492ae6a8829d1d68c32d8ef0f (diff)
downloadgcc-43d168a46e288660b16fb6a7c66a8e77752345aa.zip
gcc-43d168a46e288660b16fb6a7c66a8e77752345aa.tar.gz
gcc-43d168a46e288660b16fb6a7c66a8e77752345aa.tar.bz2
* params.def (inline-unit-growth): Set to 40.
From-SVN: r267883
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/params.def2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73b2fd6..7126508 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-05 Jan Hubicka <hubicka@ucw.cz>
+
+ * params.def (inline-unit-growth): Set to 40.
+
2019-01-12 Jakub Jelinek <jakub@redhat.com>
* tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.
diff --git a/gcc/params.def b/gcc/params.def
index 0e08db2..1a2af2c 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -227,7 +227,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).",
- 20, 0, 0)
+ 40, 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).",