Re: C->C compiler?

Ashish Ashtekar <ashish@usl.edu>
14 May 1996 20:23:03 -0400

          From comp.compilers

Related articles
C->C compiler? pinkus@comm.mot.com (1996-05-13)
Re: C->C compiler? torbenm@diku.dk (1996-05-14)
Re: C->C compiler? ashish@usl.edu (Ashish Ashtekar) (1996-05-14)
Re: C->C compiler? sethml@ugcs.caltech.edu (1996-05-18)
Re: C->C compiler? stefan.monnier@lia.di.epfl.ch (Stefan Monnier) (1996-05-21)
| List of all articles for this month |

From: Ashish Ashtekar <ashish@usl.edu>
Newsgroups: comp.compilers
Date: 14 May 1996 20:23:03 -0400
Organization: Center for Advanced Computer Studies
References: 96-05-085
Keywords: C, optimize

I am not sure what you want to do, but I guess Stanford University's
Intermediate Form (SUIF) would do a descent job. It would convert the
input C code into an IR, optimize that IR and then reconvert it back
to C ( To my knowledge it has an option, either to convert to MIPS or
C). Ckeck out http://suif.stanford.edu/suif/suif.html


I hope this helps.


- Ashish.
--


Post a followup to this message

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