Need: ANSI C to p-code compiler

Vijay Chand <vchand@cs.man.ac.uk>
26 Oct 2000 02:46:44 -0400

          From comp.compilers

Related articles
Need: ANSI C to p-code compiler vchand@cs.man.ac.uk (Vijay Chand) (2000-10-26)
Re: Need: ANSI C to p-code compiler derek@knosof.co.uk (2000-10-31)
Re: ANSI C to p-code compiler cwfraser@microsoft.com (Chris Fraser) (2000-11-22)
Need: ANSI C to p-code compiler dk%farm.cs.kiev.ua@ussr.eu.net (1992-11-04)
| List of all articles for this month |

From: Vijay Chand <vchand@cs.man.ac.uk>
Newsgroups: comp.compilers
Date: 26 Oct 2000 02:46:44 -0400
Organization: Dept of Computer Science, University of Manchester, U.K.
Keywords: C, question

Are there any free ANSI C compiler implementation (source) which
generates some explicit intermediate code for simple stack machine?
(or can be easily tailored to do that).


No code generation besides that is required, nor _any_ optimizations
(besides may be simple constant pasting in expression trees).


the compiler is about to be used for embedding into applications
(maybe java or something else. So size is much more important than
speed).


thanks in advance.


Post a followup to this message

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