Related articles |
---|
C Interpreter ankit@cc.gatech.edu (Ankit Jain) (2000-09-13) |
Re: C Interpreter frido@q-software-solutions.com (Friedrich Dominicus) (2000-09-15) |
Re: C Interpreter adamo@dblab.ece.ntua.gr (2000-09-15) |
C interpreter us214777@mmm.3m.com (1989-10-02) |
C interpreter Ed.Breen@"CMIS".CSIRO.au (Ed Breen) (1998-03-18) |
Re: C interpreter ndc@alum.mit.edu (N. D. Culver) (1998-03-22) |
Re: C interpreter joachim.durchholz@munich.netsurf.de (Joachim Durchholz) (1998-03-24) |
Re: C interpreter ndc@alum.mit.edu (N. D. Culver) (1998-03-30) |
Re: C interpreter Ed.Breen@cmis.csiro.au (Ed Breen) (1998-03-30) |
Re: C interpreter ndc@alum.mit.edu (N. D. Culver) (1998-03-30) |
From: | "N. D. Culver" <ndc@alum.mit.edu> |
Newsgroups: | comp.compilers |
Date: | 30 Mar 1998 21:35:45 -0500 |
Organization: | Atlantic Biomedical Engineering |
References: | 98-03-166 98-03-213 98-03-231 |
Keywords: | C, interpreter |
N. D. Culver wrote:
> > NOTE: source for the sample byte code generator and VM is
> > included. With a couple of weeks work someone could change it to use
> > Java byte codes. The system has a dynamic class dispatcher but you
> > would have to include a C garbage collector.
Joachim Durchholz wrote:
> It might be enough to attach the Boehm collector (it's free too).
> (No, I'm not in need of a C interpreter. Sorry. Just adding my 2c.)
I was wrong about it needing a garbage collector, I had forgotten
that it has a built-in mark sweep collector that supports the
dispatch engine, not documented but it seemed to work ok the last
time I tried it.
ndc
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.