Related articles |
---|
Parameters for Designing a Intermediate Representation ? manishagg22@gmail.com (manish) (2006-12-10) |
Re: Parameters for Designing a Intermediate Representation ? robert.hundt@gmail.com (Robert H) (2006-12-21) |
From: | "Robert H" <robert.hundt@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 21 Dec 2006 10:27:52 -0500 |
Organization: | Compilers Central |
References: | 06-12-045 |
Keywords: | analysis, design |
Posted-Date: | 21 Dec 2006 10:27:52 EST |
manish wrote:
> I would like to know what people think about various parameters in
> designing a IR for a compiler.
> [It entirely depends what you want to do. If you just want to
> generate code quickly, an AST or RPN is plenty. If you want to do
> more sophisticated analyses and transformations, you need more complex
> data structures. -John]
And of course my favorite comment - look at existing implementations:
Whirl, LLVM, GNU
-- Robert
Return to the
comp.compilers page.
Search the
comp.compilers archives again.