Re: intermediate rep. which?

"Mohd Hanafiah Abdullah" <napi@cs.indiana.edu>
Sat, 8 May 1993 16:07:53 GMT

          From comp.compilers

Related articles
intermediate rep. which? jason@convex.com (1993-05-06)
Re: intermediate rep. which? napi@cs.indiana.edu (Mohd Hanafiah Abdullah) (1993-05-08)
| List of all articles for this month |

Newsgroups: comp.compilers
From: "Mohd Hanafiah Abdullah" <napi@cs.indiana.edu>
Keywords: optimize
Organization: Indiana University Computer Science, Bloomington
References: 93-05-033
Date: Sat, 8 May 1993 16:07:53 GMT

jason@convex.com (Jason L. Eckhardt) writes:
>I'm planning on writing a compiler for a subset of 'C'...
>[What's a good intermediate representation?]


I used an Abstract Syntax Tree IR for my ANSI C compiler, and it was great
as far as retargetability and optimizations were concerned. Some people
say that ASTs are too high-level for certain optimizations at the register
level, but I found out that this wasn't true. ASTs are quite versatile.


Napi
--


Post a followup to this message

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