Related articles |
---|
'C' Compiler with Bytecode/P-Code backend? djohnson@faradayco.com (Johnson) (2004-01-07) |
Re: 'C' Compiler with Bytecode/P-Code backend? nr@eecs.harvard.edu (2004-01-09) |
Re: 'C' Compiler with Bytecode/P-Code backend? leupers@iss.rwth-aachen.de (Rainer Leupers) (2004-01-09) |
From: | Rainer Leupers <leupers@iss.rwth-aachen.de> |
Newsgroups: | comp.compilers |
Date: | 9 Jan 2004 23:40:59 -0500 |
Organization: | Aachen University of Technology (RWTH) |
References: | 04-01-029 |
Keywords: | C, interpreter |
Posted-Date: | 09 Jan 2004 23:40:59 EST |
"Johnson" <djohnson@faradayco.com> schriebnews:04-01-029@comp.compilers...
> Does anyone know of a 'C' compiler that produces bytecode / pcode
> suitable to run on a stack type machine?
>
> Or something that could be converted over?
We have a C compiler called LANCE that translates ANSI C code into a
three address code intermediate representation (a C subset). The IR is
originally not intended for execution on a stack machine, but
conversion would not be too difficult. Information about LANCE and
code examples can be found at http://www.icd.de/es/ -> LANCE.
Rainer
Return to the
comp.compilers page.
Search the
comp.compilers archives again.