Related articles |
---|
Higher-level intermediate representation stlim@onizka.dynalith.com (2001-07-17) |
Re: Higher-level intermediate representation idbaxter@semdesigns.com (Ira D. Baxter) (2001-07-18) |
Re: Higher-level intermediate representation dosreis@cmla.ens-cachan.fr (Gabriel Dos Reis) (2001-07-23) |
From: | stlim@onizka.dynalith.com (Sung-taek Lim) |
Newsgroups: | comp.compilers |
Date: | 17 Jul 2001 23:24:42 -0400 |
Organization: | Korea Research Environment Open Network |
Keywords: | design, question |
Posted-Date: | 17 Jul 2001 23:24:42 EDT |
I need a C language front-end to perform several source-to-source
transformations. Tree or RTL of gcc are not proper because recovering
original C sources from those IR is not possible(Am I right?).
Is there any kind of proper IR, or should I implement one by myself?
Thanks in advance.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.