params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Thu, 2 Aug 2001 07:52:31 +0000 (09:52 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 2 Aug 2001 07:52:31 +0000 (07:52 +0000)
* params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
Correct comment that had been missed in the previous change.

From-SVN: r44566

gcc/ChangeLog
gcc/params.def

index b0802ccdfdb9dd26f9dfd08aabd88cdb18f2b72e..e4cdd33e0ddef32e03898c5bbb94f0fe3bfaf5b6 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
+       Correct comment that had been missed in the previous change.
+
 2001-08-01  Stan Shebs  <shebs@apple.com>
 
        * config/darwin.c (machopic_stub_name): Try matching by name.
index ca952c1b35661458a9e9a5a7f88dbd478d553025..e8809b6f0bd0711611052b890331d3136565d8eb 100644 (file)
@@ -39,12 +39,12 @@ Boston, MA 02111-1307, USA.
    function.  Increasing values mean more agressive inlining.
    This affects currently only functions explicitly marked as
    inline (or methods defined within the class definition for C++).
-   The default value of 10000 is arbitrary but high to match the
-   previously unlimited gcc capabilities.  */
+   The original default value of 10000 was arbitrary and caused
+   significant compile-time performance regressions.  */
 DEFPARAM (PARAM_MAX_INLINE_INSNS,
          "max-inline-insns",
          "The maximum number of instructions in a function that is eligible for inlining",
-         100)
+         600)
 
 /* The maximum number of instructions to consider when looking for an
    instruction to fill a delay slot.  If more than this arbitrary