Re: SSA Bibliography

Gilles Pokam <Gilles.Pokam@irisa.fr>
9 Mar 2002 02:48:24 -0500

          From comp.compilers

Related articles
SSA Bibliography qg@nuclear.biodome.org (QuantumG) (2002-02-28)
Re: SSA Bibliography anton@mips.complang.tuwien.ac.at (2002-03-09)
Re: SSA Bibliography Gilles.Pokam@irisa.fr (Gilles Pokam) (2002-03-09)
Re: SSA Bibliography Francois.Thomasset@inria.fr (Francois Thomasset) (2002-03-09)
Re: SSA Bibliography sjmeyer@www.tdl.com (2002-03-09)
Re: SSA Bibliography chase@world.std.com (David Chase) (2002-03-09)
Re: SSA Bibliography gdm@gedamo.demon.co.uk (George Morrison) (2002-03-11)
SSA bibliography Jeremy.Singer@glasgow.ac.uk (Jeremy Singer) (2012-07-09)
| List of all articles for this month |

From: Gilles Pokam <Gilles.Pokam@irisa.fr>
Newsgroups: comp.compilers
Date: 9 Mar 2002 02:48:24 -0500
Organization: IRISA, Campus de Beaulieu, 35042 Rennes Cedex, FRANCE
References: 02-02-072
Keywords: analysis
Posted-Date: 09 Mar 2002 02:48:24 EST

QuantumG wrote:


> Can anyone direct me to where I might find a comprehensive
> bibliography of papers or texts on SSA form? In particular I'm
> interested in what optimisation techniques can be done in SSA form as
> I am trying to minimize translation passes to/from SSA form.
> Preferably one would like to do everything in SSA form and, although
> at this point I have no idea how to do incremental updates of an SSA
> intermediate form, I'm at a loss as to whether this is possible or
> not. As such further reading is duely required.
>
> Trent Waddington
> Codeplay / UK.


Apart some classical papers on SSA (e.g Cytron & al.) , the most
comprehensive and extensive documentation I have ever read on this topic
is the book of Robert Morgan, "Building an Optimizing Compiler". The
book covers SSA form and many optimizations that apply on SSA.


Gilles
IRISA, CAPS Team


Post a followup to this message

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