]> gcc.gnu.org Git - gcc.git/commitdiff
invoke.texi (Optimize Options): The default for -finline-limit is 600.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Fri, 17 Aug 2001 19:15:47 +0000 (21:15 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Fri, 17 Aug 2001 19:15:47 +0000 (19:15 +0000)
* doc/invoke.texi (Optimize Options): The default for
-finline-limit is 600.

From-SVN: r44975

gcc/ChangeLog
gcc/doc/invoke.texi

index b7e6e7f7e768a34e7f6b555d0a20520634b68ca7..586dc5f35b8d7e21b5d8174c76007a6bac4b0563 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * doc/invoke.texi (Optimize Options): The default for 
+       -finline-limit is 600.
+
 2001-08-17  Richard Henderson  <rth@redhat.com>
 
        * varasm.c (text_section): Allow TEXT_SECTION to override the
index 4ae2fc3653ed9d6d58fe5968e2424be2697908a4..d0969d32c0978fa414fb69d8adfa02d7fc2abf7f 100644 (file)
@@ -3310,7 +3310,8 @@ allows the control of this limit for functions that are explicitly marked as
 inline (ie marked with the inline keyword or defined within the class
 definition in c++).  @var{n} is the size of functions that can be inlined in
 number of pseudo instructions (not counting parameter handling).  The default
-value of @var{n} is 10000.  Increasing this value can result in more inlined code at
+value of @var{n} is 600.
+Increasing this value can result in more inlined code at
 the cost of compilation time and memory consumption.  Decreasing usually makes
 the compilation faster and less code will be inlined (which presumably
 means slower programs).  This option is particularly useful for programs that
This page took 0.08333 seconds and 5 git commands to generate.