From c7d68c96b4b27b46e26414dc0f47cde3be7d0a71 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 15 Sep 2009 22:07:25 +0200 Subject: invoke.texi (inline-insns-auto): Drop from 60 to 50. * doc/invoke.texi (inline-insns-auto): Drop from 60 to 50. * params.def (inline-insns-auto): Likewise. From-SVN: r151728 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- gcc/params.def | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8fb1e7..b8534f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-09-15 Jan Hubicka + + * doc/invoke.texi (inline-insns-auto): Drop from 60 to 50. + * params.def (inline-insns-auto): Likewise. + 2009-09-15 Martin Jambor * ipa-inline.c (estimate_function_body_sizes): Dump info about diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8efaf3b..4adc114 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 diff --git a/gcc/params.def b/gcc/params.def index 6099d9f..488a0d3 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -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", -- cgit v1.1