Re: Intermediate Representations

hugh@cosc.canterbury.ac.nz (Hugh Emberson)
Wed, 14 Dec 1994 20:34:42 GMT

          From comp.compilers

Related articles
Intermediate Representations tony@seagull.rtd.com (Tony Jones) (1994-12-06)
Re: Intermediate Representations danhicks@aol.com (1994-12-11)
Re: Intermediate Representations hugh@cosc.canterbury.ac.nz (1994-12-14)
| List of all articles for this month |

Newsgroups: comp.compilers
From: hugh@cosc.canterbury.ac.nz (Hugh Emberson)
Keywords: optimize
Organization: Compilers Central
References: 94-12-056
Date: Wed, 14 Dec 1994 20:34:42 GMT

TJ> "TJ" == Tony Jones <tony@seagull.rtd.com> writes:


TJ> Can anyone provide references to papers/other sources which
TJ> compare and contrast various forms of Intemediate Representations
TJ> (SSA, PDG, QUADS, AST's + any others).


The first chapter of [Appel92] has a short discussion on selection of
intermediate representations.


@Book{Appel92,
    Author = "Andrew W. Appel",
    title = "{Compiling with continuations}",
    publisher = "Cambridge University Press",
    year = 1992
}


Whatever kind of representation you go for. Make it as simple as
possible and then simplify it some more. Complex intermediate
representations are a pain.
--
Hugh Emberson
hugh@cosc.canterbury.ac.nz
--


Post a followup to this message

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