From patchwork Sat Nov 27 10:23:56 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralf Wildenhues X-Patchwork-Id: 73270 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 36198B70DE for ; Sat, 27 Nov 2010 21:24:14 +1100 (EST) Received: (qmail 30430 invoked by alias); 27 Nov 2010 10:24:13 -0000 Received: (qmail 30419 invoked by uid 22791); 27 Nov 2010 10:24:12 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mailout-de.gmx.net (HELO mail.gmx.net) (213.165.64.23) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 27 Nov 2010 10:24:02 +0000 Received: (qmail invoked by alias); 27 Nov 2010 10:23:57 -0000 Received: from xdsl-78-35-63-222.netcologne.de (EHLO localhost.localdomain) [78.35.63.222] by mail.gmx.net (mp025) with SMTP; 27 Nov 2010 11:23:57 +0100 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1PMHwi-0005DX-98; Sat, 27 Nov 2010 11:23:56 +0100 Date: Sat, 27 Nov 2010 11:23:56 +0100 From: Ralf Wildenhues To: Gerald Pfeifer Cc: Jan Hubicka , Diego Novillo , gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] IPA and LTO updates Message-ID: <20101127102356.GO3555@gmx.de> Mail-Followup-To: Ralf Wildenhues , Gerald Pfeifer , Jan Hubicka , Diego Novillo , gcc-patches@gcc.gnu.org References: <20101114170056.GA9459@kam.mff.cuni.cz> <4CE04C26.6060307@google.com> <20101120232503.GA26009@kam.mff.cuni.cz> <20101121072519.GC24974@gmx.de> <20101121131530.GB12005@kam.mff.cuni.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2010-08-04) 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 * Gerald Pfeifer wrote on Mon, Nov 22, 2010 at 12:11:32AM CET: > Thanks, Jan. I threw in a couple of linguistic changes and markup > fixes ( instead of and some real one) and committed the > thusly updated version. I overlooked a couple of typos in my review, sorry about that. Fixed as obvious. Thanks, Ralf Fix typos in release notes. --- changes.html 23 Nov 2010 18:39:32 -0000 1.71 +++ changes.html 27 Nov 2010 10:22:41 -0000 @@ -67,7 +67,7 @@ n specifies the number of compilations to execute in parallel. GCC can also cooperate with a GNU make job server by specifying the -flto=jobserver option and - adding + to the to the beginning of the of + adding + to the beginning of the of the Makefile rule executing the linker.
  • A large number of bugs were fixed. GCC itself, Mozilla Firefox and other other large applications can be built with @@ -88,7 +88,7 @@ inlined into a single function. This can significantly improve startup times of large C++ applications where static constructors are very common. For - example, static contructors are used when including the + example, static constructors are used when including the iostream header.