From patchwork Tue Oct 19 11:27:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick Clifton X-Patchwork-Id: 68325 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 17FEDB70E3 for ; Tue, 19 Oct 2010 22:27:18 +1100 (EST) Received: (qmail 18308 invoked by alias); 19 Oct 2010 11:27:16 -0000 Received: (qmail 18300 invoked by uid 22791); 19 Oct 2010 11:27:16 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Oct 2010 11:27:11 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9JBRAAc006803 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 19 Oct 2010 07:27:10 -0400 Received: from [10.36.7.9] (vpn1-7-9.ams2.redhat.com [10.36.7.9]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9JBR8or031232; Tue, 19 Oct 2010 07:27:09 -0400 Message-ID: <4CBD808C.30500@redhat.com> Date: Tue, 19 Oct 2010 12:27:08 +0100 From: Nick Clifton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100907 Fedora/3.0.7-1.fc12 Thunderbird/3.0.7 MIME-Version: 1.0 To: Gerald Pfeifer CC: gcc-patches@gcc.gnu.org Subject: Re: RFA; Add option to control combine-stack-adjustments pass References: In-Reply-To: X-IsSubscribed: yes 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 Hi Gerald, >> -fcombine-stack-adjustments > would you mind also describing this in > http://gcc.gnu.org/gcc-4.6/changes.html ? Is this patch OK ? Cheers Nick Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.51 diff -u -3 -p -r1.51 changes.html --- htdocs/gcc-4.6/changes.html 17 Oct 2010 16:06:13 -0000 1.51 +++ htdocs/gcc-4.6/changes.html 19 Oct 2010 11:26:19 -0000 @@ -82,6 +82,10 @@
  • A new switch -fstack-usage has been added. It makes the compiler output stack usage information for the program, on a per-function basis, in an auxiliary file.
  • +
  • A new switch -fcombine-stack-adjustments has been added. + It can be used to enable or disable the compiler's stack-slot combining + pass before was enabled automatically at -O1 and above, but + could not be controlled on its own.
  • Compile time and memory usage improvements