Re: Interpreter Memory Models?



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.
.