Parameters for Designing a Intermediate Representation ?

"manish" <manishagg22@gmail.com>
10 Dec 2006 17:26:53 -0500

          From comp.compilers

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)
| List of all articles for this month |

From: "manish" <manishagg22@gmail.com>
Newsgroups: comp.compilers
Date: 10 Dec 2006 17:26:53 -0500
Organization: Compilers Central
Keywords: design, question
Posted-Date: 10 Dec 2006 17:26:53 EST

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]



Post a followup to this message

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