Re: SSA

jle@forest.owlnet.rice.edu (Jason Lee Eckhardt)
18 Oct 2003 15:22:02 -0400

          From comp.compilers

Related articles
SSA jrydberg@night.trouble.net (Johan Rydberg) (2003-10-14)
Re: SSA jle@forest.owlnet.rice.edu (2003-10-18)
Re: SSA csliu@email.com (2003-10-18)
Re: SSA eliotm@pacbell.net (Eliot Miranda) (2003-10-18)
Re: SSA bobduff@shell01.TheWorld.com (Robert A Duff) (2003-10-19)
Re: SSA anton@mips.complang.tuwien.ac.at (2003-10-27)
CFP LCTES'04 (Washington DC, 6/04) xyuan@cs.fsu.edu (Xin Yuan) (2003-10-27)
| List of all articles for this month |

From: jle@forest.owlnet.rice.edu (Jason Lee Eckhardt)
Newsgroups: comp.compilers
Date: 18 Oct 2003 15:22:02 -0400
Organization: Rice University, Houston, TX
References: 03-10-081
Keywords: analysis
Posted-Date: 18 Oct 2003 15:22:02 EDT

Johan Rydberg <jrydberg@night.trouble.net> wrote:
>Do anyone know where I can find good information on SSA? If any
>examples were included, I would love it. And can anyone recommend a
>book that covers this topic?


    One of the most readable introductions to SSA is in chapter 6 of
    this book:
        Wolfe, "High Performance Compilers for Parallel Computing"


    If you don't mind waiting a month, another excellent source for SSA
    is the forthcoming book (available in November, I believe):
        Cooper & Torczon, "Engineering a Compiler"


    There are also countless related research papers, though I'd recommend
    reading the above first.


Post a followup to this message

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