From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23919 invoked by alias); 23 Mar 2009 13:43:58 -0000 Received: (qmail 23900 invoked by uid 22791); 23 Mar 2009 13:43:57 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f165.google.com (HELO mail-fx0-f165.google.com) (209.85.220.165) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Mar 2009 13:43:53 +0000 Received: by fxm9 with SMTP id 9so1714278fxm.8 for ; Mon, 23 Mar 2009 06:43:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.172.9 with SMTP id z9mr3086933muo.39.1237815830962; Mon, 23 Mar 2009 06:43:50 -0700 (PDT) In-Reply-To: <20090323125401.GB4977@virgil.suse.cz> References: <20090323125401.GB4977@virgil.suse.cz> Date: Mon, 23 Mar 2009 13:44:00 -0000 Message-ID: <84fc9c000903230643t6bdb568cv73cab898caf53ee6@mail.gmail.com> Subject: Re: [wwwdocs] From: Richard Guenther To: GCC Patches , Gerald Pfeifer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-03/txt/msg01036.txt.bz2 2009/3/23 Martin Jambor : > Hi, > > as Steven pointed out, indirect inlining is not listed in changes.html > for gcc =A04.4. =A0Therefore I would =A0like to commit =A0the following s= imple > paragraph. =A0Is it OK? Ok. Richard. > Thanks, > > Martin > > Index: changes.html > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v > retrieving revision 1.57 > diff -u -r1.57 changes.html > --- changes.html =A0 =A0 =A0 =A020 Mar 2009 16:10:51 -0000 =A0 =A0 =A01.57 > +++ changes.html =A0 =A0 =A0 =A023 Mar 2009 12:47:20 -0000 > @@ -120,6 +120,11 @@ > =A0

General Optimizer Improvements

> > =A0
    > + =A0 =A0
  • A new command-line switch -findirect-inlining h= as been > + =A0 =A0 =A0added. =A0When turned on it allows the inliner to also inlin= e indirect > + =A0 =A0 =A0calls that are discovered to have known targets at compile t= ime > + =A0 =A0 =A0thanks to previous inlining. =A0
  • > + > =A0 =A0
  • A new command-line switch -ftree-switch-conversion has > =A0 =A0 =A0 been added. =A0This new pass turns simple initializations of = scalar > =A0 =A0 =A0 variables in switch statements into initializations from a st= atic array, >