]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (inline-unit-growth): Increase growth to 20%
authorJan Hubicka <hubicka@ucw.cz>
Sat, 4 Apr 2015 21:07:46 +0000 (23:07 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 4 Apr 2015 21:07:46 +0000 (21:07 +0000)
* invoke.texi (inline-unit-growth): Increase growth to 20%
* params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.

From-SVN: r221868

gcc/ChangeLog
gcc/doc/invoke.texi
gcc/params.def

index e67aae8582ea2e8f09ec1421875190d160ca9095..a0e973bef367ce384eca7562f1d3b27846caa99a 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-04  Jan Hubicka  <hubicka@ucw.cz>
+
+       * invoke.texi (inline-unit-growth): Increase growth to 20%
+       * params.def (PARAM_INLINE_UNIT_GROWTH): Likewise.
+
 2015-04-04  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR target/65647
index c05871023482f8087544887cc21f76dccd149032..22710932a6635c6ad5d1abd60548d38befb9267a 100644 (file)
@@ -10200,7 +10200,7 @@ before applying @option{--param inline-unit-growth}.  The default is 10000.
 
 @item inline-unit-growth
 Specifies maximal overall growth of the compilation unit caused by inlining.
-The default value is 15 which limits unit growth to 1.15 times the original
+The default value is 20 which limits unit growth to 1.2 times the original
 size. Cold functions (either marked cold via an attribute or by profile
 feedback) are not accounted into the unit size.
 
index 5e2c7695865672649570e71fbbbfa991210f4258..48b39a25041e5ed28839f055cf612e4a732a566f 100644 (file)
@@ -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)",