params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
authorJan Hubicka <jh@suse.cz>
Fri, 9 Feb 2007 22:51:44 +0000 (23:51 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 9 Feb 2007 22:51:44 +0000 (22:51 +0000)
* params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
* doc/invoke.texi (inline-unit-growth): Update default value.

From-SVN: r121781

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

index f9238459a01bb03f9f0f6c9b6153bad2227561b2..812379a565102a30ed068ce534672612f509af54 100644 (file)
@@ -1,5 +1,8 @@
 2007-02-09  Jan Hubicka  <jh@suse.cz>
 
+       * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
+       * doc/invoke.texi (inline-unit-growth): Update default value.
+
        * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
        * cgraphbuild.c (build_cgraph_edges): Compute frequencies.
        (rebuild_cgraph_edges): Likewise.
index cae7f8b038dc86d280c633ee8518c2cd2ad98862..b084d68a2ba2d54e02250337438fbd198039ac23 100644 (file)
@@ -6159,7 +6159,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.
 This parameter is ignored when @option{-funit-at-a-time} is not used.
-The default value is 60 which limits unit growth to 1.6 times the original
+The default value is 30 which limits unit growth to 1.3 times the original
 size.
 
 @item large-stack-frame
index c4f7229afdfa4e8cb51d854403692e1a3cde180b..e583025c879dd38da81966193a3cc3da831ac221 100644 (file)
@@ -199,7 +199,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)",
-        60, 0, 0)
+        30, 0, 0)
 DEFPARAM(PARAM_INLINE_CALL_COST,
         "inline-call-cost",
         "expense of call operation relative to ordinary arithmetic operations",