Re: data allocation in interpreters

gmt@CS.Arizona.EDU (Gregg Townsend)
7 Jun 2006 23:17:40 -0400

          From comp.compilers

Related articles
data allocation in interpreters weltraum@astrocat.de (2006-05-30)
Re: data allocation in interpreters pjb@informatimago.com (Pascal Bourguignon) (2006-05-30)
Re: data allocation in interpreters haberg@math.su.se (2006-06-03)
Re: data allocation in interpreters georgeps@xmission.com (George Peter Staplin) (2006-06-03)
Re: data allocation in interpreters gmt@CS.Arizona.EDU (2006-06-07)
| List of all articles for this month |

From: gmt@CS.Arizona.EDU (Gregg Townsend)
Newsgroups: comp.compilers
Date: 7 Jun 2006 23:17:40 -0400
Organization: The University of Arizona
References: 06-05-091
Keywords: interpreter, storage
Posted-Date: 07 Jun 2006 23:17:40 EDT

    <weltraum@astrocat.de> wrote:
> What are common techniques for data allocation (strings, high-level
> data structures) in interpreters?


For one set of answers see
        The Implementation of the Icon Programming Language
        Ralph E. Griswold and Madge T. Griswold
        Princeton University Press, 1986


It's now out of print, but a PDF version can be downloaded from
        http://www.cs.arizona.edu/icon/ibsale.htm


---------------------------------------------------------------------------
Gregg Townsend Staff Scientist The University of Arizona
gmt@cs.arizona.edu Computer Science Tucson, Arizona, USA



Post a followup to this message

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