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] gcc-4.1/changes.html: Mention optimizer improvements.


On Thu, Apr 28, 2005 at 02:23:10AM -0400, Kazu Hirata wrote:

> Any suggestion for wording?
> 
It's missing articles.

> +  <ul>
> +    <li>Code Sinking pass has been added.</li>
> +
"A code sinking..."

> +    <li>Value Range Propagation pass has been added.</li>
> +
"A value range propagation..."

> +    <li>Dead Store Elimination pass now eliminates more dead
> +    stores.</li>
> +
"The dead store elimination..."

> +    <li>Copy Propagation pass has been replaced with the one that uses
> +    the propagation engine based on Sparse Conditional Constant
> +    Propagation.</li>
>
"A new conditional copy propagation pass, based on the
same propagation engine used in conditional constant propagation."

> +    <li>Constant Propagation pass has been extended to propagate
> +    constants through stores and loads.</li>
> +
"The constant propagation ..."

> +    <li>Variable-argument Optimization pass has been added,
> +    eliminating pushes of unnecessary arguments to vararg
> +    functions.</li>
> +
"A variable-argument optimization..."


Diego.


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