From patchwork Fri Mar 11 16:06:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 86433 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id CD462B6FA8 for ; Sat, 12 Mar 2011 03:06:41 +1100 (EST) Received: (qmail 17611 invoked by alias); 11 Mar 2011 16:06:40 -0000 Received: (qmail 17603 invoked by uid 22791); 11 Mar 2011 16:06:38 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Mar 2011 16:06:33 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id CC3CE867E2 for ; Fri, 11 Mar 2011 17:06:31 +0100 (CET) Date: Fri, 11 Mar 2011 17:06:31 +0100 (CET) From: Richard Guenther To: gcc-patches@gcc.gnu.org Subject: [PATCH] Fix inliner defaults in invoke.texi Message-ID: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Committed. Richard. 2011-03-11 Richard Guenther * doc/invoke.texi (max-inline-insns-single): Adjust default value. Index: gcc/doc/invoke.texi =================================================================== --- gcc/doc/invoke.texi (revision 170874) +++ gcc/doc/invoke.texi (working copy) @@ -8301,7 +8301,7 @@ This number sets the maximum number of i internal representation) in a single function that the tree inliner will consider for inlining. This only affects functions declared inline and methods implemented in a class declaration (C++). -The default value is 300. +The default value is 400. @item max-inline-insns-auto When you use @option{-finline-functions} (included in @option{-O3}),