This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs]
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, Gerald Pfeifer <gerald at pfeifer dot com>
- Date: Mon, 23 Mar 2009 14:43:50 +0100
- Subject: Re: [wwwdocs]
- References: <20090323125401.GB4977@virgil.suse.cz>
2009/3/23 Martin Jambor <mjambor@suse.cz>:
> Hi,
>
> as Steven pointed out, indirect inlining is not listed in changes.html
> for gcc ?4.4. ?Therefore I would ?like to commit ?the following simple
> paragraph. ?Is it OK?
Ok.
Richard.
> Thanks,
>
> Martin
>
> Index: changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
> retrieving revision 1.57
> diff -u -r1.57 changes.html
> --- changes.html ? ? ? ?20 Mar 2009 16:10:51 -0000 ? ? ?1.57
> +++ changes.html ? ? ? ?23 Mar 2009 12:47:20 -0000
> @@ -120,6 +120,11 @@
> ?<h2>General Optimizer Improvements</h2>
>
> ? <ul>
> + ? ?<li>A new command-line switch <code>-findirect-inlining</code> has been
> + ? ? ?added. ?When turned on it allows the inliner to also inline indirect
> + ? ? ?calls that are discovered to have known targets at compile time
> + ? ? ?thanks to previous inlining. ?</li>
> +
> ? ? <li>A new command-line switch <code>-ftree-switch-conversion</code> has
> ? ? ? been added. ?This new pass turns simple initializations of scalar
> ? ? ? variables in switch statements into initializations from a static array,
>