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: [PATCH]: Add small amount of documentation on TODO_update_smt_usage


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/03/06 21:29, Daniel Berlin wrote:

> This all goes away if we go with mem-ssa, of course.
> 
Yeah, I'll have to reword significant chunks of this text.

>   * doc/tree-ssa.texi (Preserving virtual SSA form): New subsection.
> 
Looks fine.  A couple minor edits below:

> +The virtual SSA form is harder to preserve than the non-virtual SSA
> +form, but uses the same approach as preserving the SSA form, mainly
>
s/, but uses the same approach as preserving the SSA form,// (non
sequitur with the rest of the paragraph).

> +because the set of virtual operands for a statement may change at what
> +some would consider unexpected times.  In general, any time you have
> +modified a statement that has virtual operands, you should verify
> +whether the list of virtual operands has changed, and if so, mark the
> +new ones for renaming.
> +
s/new ones for renaming/newly exposed symbols by calling
mark_new_vars_to_rename./
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEMnCXUTa2oAUaiwQRAnG1AJ9ch1R3XbZcFsS3TEZeLUYrTp48XgCeK796
lmqTrG3aFaXxDqQiPUz53TE=
=N39J
-----END PGP SIGNATURE-----


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