From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6276 invoked by alias); 6 Jul 2011 23:39:56 -0000 Received: (qmail 6268 invoked by uid 22791); 6 Jul 2011 23:39:56 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e8.ny.us.ibm.com (HELO e8.ny.us.ibm.com) (32.97.182.138) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jul 2011 23:39:42 +0000 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by e8.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p66NROHN029051 for ; Wed, 6 Jul 2011 19:27:24 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p66NdTB8152498 for ; Wed, 6 Jul 2011 19:39:29 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p66NdT5s015481 for ; Wed, 6 Jul 2011 19:39:29 -0400 Received: from hungry-tiger.westford.ibm.com (hungry-tiger.westford.ibm.com [9.33.37.78]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p66NdTbv015478; Wed, 6 Jul 2011 19:39:29 -0400 Received: by hungry-tiger.westford.ibm.com (Postfix, from userid 500) id 4F162F81FA; Wed, 6 Jul 2011 19:39:24 -0400 (EDT) Date: Wed, 06 Jul 2011 23:57:00 -0000 From: Michael Meissner To: gcc-patches@gcc.gnu.org, David Edelsohn Cc: Michael Meissner , gcc-patches@gcc.gnu.org Subject: [PATCH] Update html docs for -mno-r11 and --param case-value-threshold Message-ID: <20110706233924.GA25813@hungry-tiger.westford.ibm.com> Mail-Followup-To: Michael Meissner , gcc-patches@gcc.gnu.org, David Edelsohn References: <20110706222922.GA23641@hungry-tiger.westford.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00419.txt.bz2 I updated the html documents for my two recent changes: *** changes.html.~1~ 2011-07-06 19:26:37.000000000 -0400 --- changes.html 2011-07-06 19:35:22.000000000 -0400 *************** *** 48,54 ****

General Optimizer Improvements

    !
  • ...

New Languages and Language specific improvements

--- 48,57 ----

General Optimizer Improvements

    !
  • Support for a new parameter --param case-value-threshold=n ! was added to allow users to control the cutoff between doing switch statements ! as a series of if statements and using a jump table. !

New Languages and Language specific improvements

*************** struct F: E { }; // error: deriving from *** 230,235 **** --- 233,246 ---- instruction set. Previously the GCC compiler did not adhere to the ABI for 128-bit vectors with 64-bit integer base types (PR 48857). This will also be fixed in the GCC 4.6.1 and 4.5.4 releases. + +
  • A new option (-mno-r11) was added to allow AIX + 32-bit/64-bit and Linux 64-bit PowerPC users to specify that the compiler + should not load up the chain register (r11) before calling a + function through a pointer. If you use this option, you cannot call + nested functions through a pointer, or call other languages that might + use the static chain. +
  • MIPS

    -- Michael Meissner, IBM 5 Technology Place Drive, M/S 2757, Westford, MA 01886-3141, USA meissner@linux.vnet.ibm.com fax +1 (978) 399-6899