Re: Interpreter Memory Models?

"Avatar" <acampbellb@hotmail.com>
27 Oct 2005 23:23:19 -0400

          From comp.compilers

Related articles
Interpreter Memory Models? acampbellb@hotmail.com (Avatar) (2005-09-17)
Re: Interpreter Memory Models? rbarton@sbcglobal.net (Rick Barton) (2005-10-27)
Re: Interpreter Memory Models? acampbellb@hotmail.com (Avatar) (2005-10-27)
| List of all articles for this month |

From: "Avatar" <acampbellb@hotmail.com>
Newsgroups: comp.compilers
Date: 27 Oct 2005 23:23:19 -0400
Organization: http://groups.google.com
References: 05-09-07305-10-185
Keywords: storage, books
Posted-Date: 27 Oct 2005 23:23:19 EDT

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.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.