Re: Interpreter Memory Models?
- From: "Avatar" <acampbellb@xxxxxxxxxxx>
- Date: 27 Oct 2005 23:23:19 -0400
Thanks. I actually just picked up the "Unix Programming Environment"
book for this very reason -- it does have very good detailed example of
how to build a stack-based interpreter.
Rick Barton wrote:
> http://cm.bell-labs.com/cm/cs/upe/
>
> They are very explicit on how to use the stack. It's a small (you may
> have guessed) desk calculator project, but it's very practical.
>
> Avatar wrote:
>
> > I am doing some research on stack-based interpreter memory models and
> > would like to know if anyone has any good suggestions for references
> > (articles, books, ...) about this topic.
> >
> > I am primarily interested in the following topics (as they would
> > relate to a stack-based interpreter): Heaps, Stacks, Frames, and
> > Garbage Collection.
.
- References:
- Re: Interpreter Memory Models?
- From: Rick Barton
- Re: Interpreter Memory Models?
- Prev by Date: Re: Why context-free?
- Next by Date: Re: compiler for Chinese development language
- Previous by thread: Re: Interpreter Memory Models?
- Next by thread: Compiler for "own" parallel language?
- Index(es):