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: | nr@eecs.harvard.edu (Norman Ramsey) |
Newsgroups: | comp.compilers |
Date: | 9 Jan 2004 23:35:15 -0500 |
Organization: | Harvard University, Cambridge, Massachusetts |
References: | 04-01-029 |
Keywords: | C, interpreter |
Posted-Date: | 09 Jan 2004 23:35:15 EST |
Johnson <djohnson@faradayco.com> wrote:
>Does anyone know of a 'C' compiler that produces bytecode / pcode
>suitable to run on a stack type machine?
This has been done with lcc, perhaps by Todd Proebsting, who wrote a
paper about optimizing the bytecode interpreter:
Proebsting, Todd A. 1995 (January). Optimizing an ANSI C
interpreter with superoperators. In Conference Record of the 22nd
Annual ACM Symposium on Principles of Programming Languages, pages
322--332, San Francisco, California.
--
Norman Ramsey
http://www.eecs.harvard.edu/~nr
Return to the
comp.compilers page.
Search the
comp.compilers archives again.