OSDN Git Service

* doc/invoke.texi (inline-insns-auto): Drop from 60 to 50.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Sep 2009 20:07:25 +0000 (20:07 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Sep 2009 20:07:25 +0000 (20:07 +0000)
* params.def (inline-insns-auto): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151728 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c8fb1e7..b8534f8 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-15  Jan Hubicka  <jh@suse.cz>
+
+       * doc/invoke.texi (inline-insns-auto): Drop from 60 to 50.
+       * params.def (inline-insns-auto): Likewise.
+
 2009-09-15  Martin Jambor  <mjambor@suse.cz>
 
        * ipa-inline.c (estimate_function_body_sizes): Dump info about
index 8efaf3b..4adc114 100644 (file)
@@ -7634,7 +7634,7 @@ a lot of functions that would otherwise not be considered for inlining
 by the compiler will be investigated.  To those functions, a different
 (more restrictive) limit compared to functions declared inline can
 be applied.
-The default value is 60.
+The default value is 50.
 
 @item large-function-insns
 The limit specifying really large functions.  For functions larger than this
index 6099d9f..488a0d3 100644 (file)
@@ -82,7 +82,7 @@ DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
 DEFPARAM (PARAM_MAX_INLINE_INSNS_AUTO,
          "max-inline-insns-auto",
          "The maximum number of instructions when automatically inlining",
-         60, 0, 0)
+         50, 0, 0)
 
 DEFPARAM (PARAM_MAX_INLINE_INSNS_RECURSIVE,
          "max-inline-insns-recursive",