Re: Comparison of abstract machines

Christian Bau <christian.bau@freeserve.co.uk>
24 Apr 2002 22:30:29 -0400

          From comp.compilers

Related articles
Comparison of abstract machines labra@pinon.ccu.uniovi.es (2002-04-23)
Re: Comparison of abstract machines p.terry@ru.ac.za (Pat Terry) (2002-04-24)
Re: Comparison of abstract machines mal@wyrd.be (Lieven Marchand) (2002-04-24)
Re: Comparison of abstract machines christian.bau@freeserve.co.uk (Christian Bau) (2002-04-24)
Re: Comparison of abstract machines parz@shaw.SpamBucket.ca (Parzival Herzog) (2002-04-29)
| List of all articles for this month |

From: Christian Bau <christian.bau@freeserve.co.uk>
Newsgroups: comp.compilers
Date: 24 Apr 2002 22:30:29 -0400
Organization: Compilers Central
References: 02-04-140
Keywords: Java
Posted-Date: 24 Apr 2002 22:30:29 EDT

> I would like to find some papers or resources that describe the
> different types of abstract machines and/or papers that compare
> classical abstract machines with new ones in a technical way.


For JVM, try the Java Virtual Machine specification at


      http://java.sun.com/docs/books/vmspec/


There may be a bit of an advertising campaign for Java on nearby web
pages, but the book itself is a quite precise specification of the
Java Virtual Machine and nothing else. Probably easier to read if you
understand Java, because the first Java language versions translate
very nicely into JVM code.


Post a followup to this message

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