Related articles |
---|
info on byte-coded and other fast interpreters ham@Neon.Stanford.EDU (1991-03-16) |
Re: info on byte-coded and other fast interpreters bremner@cs.sfu.ca (1991-03-19) |
Re: info on byte-coded and other fast interpreters acha@CS.CMU.EDU (1991-03-19) |
Re: info on byte-coded and other fast interpreters oz@nexus.yorku.ca (1991-03-19) |
Re: info on byte-coded and other fast interpreters andrew@brownvm.brown.edu (1991-03-20) |
Re: info on byte-coded and other fast interpreters adrianho@barkley.Berkeley.EDU (Adrian J Ho) (1991-03-21) |
Re: info on byte-coded and other fast interpreters eliot@cs.qmw.ac.uk (Eliot Miranda) (1991-03-24) |
Re: info on byte-coded and other fast interpreters bremner@cs.sfu.ca (1991-03-25) |
Newsgroups: | comp.compilers |
From: | bremner@cs.sfu.ca (David Bremner) |
Keywords: | interpreter, design, smalltalk |
Organization: | School of Computing Science, SFU, Burnaby, B.C. Canada |
References: | <HAM.91Mar16102336@Neon.Stanford.EDU> |
Distribution: | comp |
Date: | 19 Mar 91 19:14:46 GMT |
Don't forget Smalltalk-80. A reasonable description of the byte-code
interpreter can be found in "Smalltalk-80, the language and its
implementation" by Adele Goldberg. Several later versions of
Smalltalk abandon ( or at least modify )the byte code approach for
performance reasons. OOPSLA is probably a good place to look for info
on Smalltalk optimization.
--
bremner@cs.sfu.ca ubc-cs!fornax!bremner
[The book "Smalltalk 80: Bits of History, Words of Advice" by Krasner et al.
discusses the history of the Smalltalk 80 implementation and has several
papers on the evolution of the interpreter. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.