Re: Compiling to SSA

preston@dawn.cs.rice.edu (Preston Briggs)
Thu, 23 Dec 1993 16:18:36 GMT

          From comp.compilers

Related articles
Compiling to SSA will@sstl.uucp (William Pickles) (1993-12-21)
Re: Compiling to SSA preston@dawn.cs.rice.edu (1993-12-23)
| List of all articles for this month |

Newsgroups: comp.compilers
From: preston@dawn.cs.rice.edu (Preston Briggs)
Keywords: optimize, bibliography
Organization: Rice University, Houston
References: 93-12-090
Date: Thu, 23 Dec 1993 16:18:36 GMT

will@sstl.uucp writes:
>Can somebody give me a good starting reference about compiling to SSA form


The good ref is


    title="Efficiently Computing Static Single Assignment Form and the
                                  Control Dependence Graph",
    author="Ron Cytron and Jeanne Ferrante and Barry K. Rosen and Mark
                                  N. Wegman and F. Kenneth Zadeck",
    pages="451--490",
    journal=toplas,
    year=1991,
    month=oct,
    volume=13,
    number=4


where "toplas" is the ACM's Transactions on Programming Languages and
Systems. An earlier, less comprehensive conference-version of the paper
is


    title="An Efficient Method of Computing Static Single Assignment Form",
    author="Ron Cytron and Jeanne Ferrante and Barry K. Rosen and
                    Mark N. Wegman and F. Kenneth Zadeck",
    booktitle=popl16,
    address="Austin, Texas",
    year=1989,
    month=jan,
    pages="25--35"


where popl16 is the proceedings of the 16th conference on Principles of
Programming Languages.


Preston Briggs
--


Post a followup to this message

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