This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs]


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,
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]