This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] gcc-4.1/changes.html: Mention optimizer improvements.
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc-patches at gcc dot gnu dot org, dberlin at dberlin dot org, law at redhat dot com, jakub at redhat dot com, gerald at pfeifer dot com
- Date: Thu, 28 Apr 2005 08:08:02 -0400
- Subject: Re: [wwwdocs] gcc-4.1/changes.html: Mention optimizer improvements.
- Organization: Red Hat Canada
- References: <20050428.022310.48527308.kazu@cs.umass.edu>
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.