This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] reaching def. question
- From: law at redhat dot com
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: Devang Patel <dpatel at apple dot com>, "gcc at gcc dot gnu dot org list" <gcc at gcc dot gnu dot org>
- Date: Wed, 17 Mar 2004 07:58:55 -0700
- Subject: Re: [tree-ssa] reaching def. question
- Reply-to: law at redhat dot com
In message <1079535066.32455.54.camel@localhost.localdomain>, Diego Novillo wri
tes:
>Currently, DOM is careful to call out-of-ssa every time it needs to
>rename variables that may have been moved around like this. This is a
>design bug. Taking variables out of SSA ought to be done by the
>renamer. Individual passes should be free to mark *any* variable to be
>renamed. I will try and get to this before the merge.
Please stay in contact with me before you do this. I'm also going to likely
be in this code as there are some serious compile-time performance issues
that need to be addressed.
jeff