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, PATCH, committed] Document function specific options


On Wed, 23 Jul 2008, Michael Meissner wrote:
> I committed the following patch to document the new ability to add 
> function specific optimization options and on the x86, target options.

Thanks, Michael!

> +  <ul>
> +    <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,
> +      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>
> +  </ul>

Did you intentionally include the hunk above?  It looks fine, but I
thought Martin would take care of it.

Gerald


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