Re: Eliminating SSA variables

"dz" <drizzle76@gmail.com>
31 Jul 2005 00:41:30 -0400

          From comp.compilers

Related articles
Eliminating SSA variables richard@imagecraft.com (Richard M.) (2005-07-28)
Re: Eliminating SSA variables jsinger@cs.man.ac.uk (Jeremy Singer) (2005-07-31)
Re: Eliminating SSA variables drizzle76@gmail.com (dz) (2005-07-31)
Re: Eliminating SSA variables ali@olympe.ch (Ali Al-Shabibi) (2005-07-31)
| List of all articles for this month |

From: "dz" <drizzle76@gmail.com>
Newsgroups: comp.compilers
Date: 31 Jul 2005 00:41:30 -0400
Organization: http://groups.google.com
References: 05-07-114
Keywords: SSA, optimize
Posted-Date: 31 Jul 2005 00:41:30 EDT

Register Allocation has coalescing phase which will remove these
redundant moves. So the same register will be used. But in general my
guess is SSA code should go through some of the basic optimizations
again



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.