aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.def
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-09-05 07:36:47 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2003-09-05 05:36:47 +0000
commit1f95c733291b7b79354ff8fc0ea1a28aee2f9fa5 (patch)
treeea4a97b34c6fe9691e64049b7f05237d04c6d2f6 /gcc/params.def
parent8dafba3ca49dbbd3ac78eb8d026576b9633d433c (diff)
downloadgcc-1f95c733291b7b79354ff8fc0ea1a28aee2f9fa5.zip
gcc-1f95c733291b7b79354ff8fc0ea1a28aee2f9fa5.tar.gz
gcc-1f95c733291b7b79354ff8fc0ea1a28aee2f9fa5.tar.bz2
opts.c (decode_options): Enable unit-at-a-time at -O2.
* opts.c (decode_options): Enable unit-at-a-time at -O2. * params.def (max-inline-insns-single): Set to 500 (max-inline-insns-auto): Set to 150 * invoke.texi (max-inline-insns-single, max-inline-insns-auto): Update. From-SVN: r71105
Diffstat (limited to 'gcc/params.def')
-rw-r--r--gcc/params.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/params.def b/gcc/params.def
index 1d50e2b..c5dfca8 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -51,7 +51,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
DEFPARAM (PARAM_MAX_INLINE_INSNS_SINGLE,
"max-inline-insns-single",
"The maximum number of instructions in a single function eligible for inlining",
- 100)
+ 500)
/* The single function inlining limit for functions that are
inlined by virtue of -finline-functions (-O3).
@@ -63,7 +63,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",
- 100)
+ 150)
/* The repeated inlining limit. After this number of instructions
(in the internal gcc representation, not real machine instructions)