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] Indirect inlining (PR 9079)


* Jan Hubicka wrote on Fri, Jul 25, 2008 at 02:06:29PM CEST:
> @@ -94,7 +98,11 @@
>        given that all the values are known at compile time and the ratio between
>        the new array size and the original switch branches does not exceed 
>        the parameter <code>--param switch-conversion-max-branch-ratio</code> 
> -      (default is eight).  </li>
> +      (default is eight).</li>
> +    <li>Inliner now  also inline indirect calls that are discovered to be known

The inliner now also inlines

> +      at compile time thanks to previous inlining.  This feature is enabled
> +      at <code>-O2</code> optimization level and can be controlled via

via the

> +      <code>-findirect-inlining</code> command line option.</li>
>    </ul>


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