Related articles |
---|
Design of Virtual Machines D.C.Page@massey.ac.nz (Dave) (1997-04-03) |
Re: Design of Virtual Machines allanmac@blueprint.com (Allan MacKinnon) (1997-04-06) |
Re: Design of Virtual Machines dlmoore@ix.netcom.com (David L Moore) (1997-04-06) |
Re: Design of Virtual Machines elcm@pacbell.net (Eliot & Linda) (1997-04-06) |
Re: Design of Virtual Machines oz@ds9.rnd.border.com (1997-04-13) |
Re: Design of Virtual Machines rweaver@ix.netcom.com (1997-04-16) |
From: | Dave <D.C.Page@massey.ac.nz> |
Newsgroups: | comp.compilers |
Date: | 3 Apr 1997 14:05:39 -0500 |
Organization: | FIMS, Massey University |
Keywords: | architecture, design, question, comment |
Hi,
I am part of a group at Massey university building a meta-CASE tool.
Part of this work is related to an object orientated language we have
designed for representing software engineering methodologies. We are
actively considering various alternatives regarding the execution of
this language.
I am interested in the design of virtual machines, their architecture,
instructions sets, the context they were uses in, interpreters and so
on.
I would greatly appreciate any references to papers/books/web sites
etc which cover the background and use of VMs.
Thanks in advance, David
--
| D.C.Page@massey.ac.nz
| http://fims-www.massey.ac.nz/~DPage
[I'd suggest translating to Java byte codes and using one of the
available Java interpreters. That way, as people produce better Java
runtime implementations you can just use them. I can't think of any
other VM designs that are getting much implementation attention other
than the S/38-AS/400 which is a lot harder to find out about. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.