* params.def (inline-unit-growth): Set to 40.
authorJan Hubicka <hubicka@ucw.cz>
Sat, 12 Jan 2019 18:18:23 +0000 (19:18 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 12 Jan 2019 18:18:23 +0000 (18:18 +0000)
From-SVN: r267883

gcc/ChangeLog
gcc/params.def

index 73b2fd66dbf526451083c454810149798dd581e1..7126508a3a43488966acf2cff6cf951debeee3c3 100644 (file)
@@ -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.
index 0e08db2fe3749bb2902c384276f9733a1b7000cd..1a2af2c80bbdb74554a79e90a777587abcb857fe 100644 (file)
@@ -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).",