Related articles |
---|
rtl to C converter ? miller@ece.cmu.edu (1993-06-18) |
Newsgroups: | comp.compilers |
From: | miller@ece.cmu.edu (Karen Miller) |
Originator: | miller@crx.ece.cmu.edu |
Keywords: | RTL, C, comment |
Organization: | Electrical and Computer Engineering, Carnegie Mellon |
Date: | Fri, 18 Jun 1993 05:05:52 GMT |
Hi, I am writing a language translator and I wanted to take advantage of
some of gcc (or other compiler's) optimizations.
Mainly, I wanted to run a C program through gcc (or whatever) and get out
a C program with some of the typical compiler optimizations already taken
care of.
Real question: Does someone have an RTL (intermediate language for gcc) to
C converter that I could potentially use?
thanks,
karen miller
[I'd think that RTL is so low-level that the C generated wouldn't be very
useful. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.