Related articles |
---|
Efficient bytecode design and interpretation mg169780@zodiac.mimuw.edu.pl (Michal Gajda) (2001-05-22) |
Re: Efficient bytecode design and interpretation anton@mips.complang.tuwien.ac.at (2001-05-29) |
Re: Efficient bytecode design and interpretation jonm@fishwife.cis.upenn.edu (2001-05-30) |
Re: Efficient bytecode design and interpretation loewis@informatik.hu-berlin.de (Martin von Loewis) (2001-05-30) |
Re: Efficient bytecode design and interpretation eugene@datapower.com (Eugene Kuznetsov) (2001-05-30) |
Re: Efficient bytecode design and interpretation korek@icm.edu.pl (2001-05-31) |
Re: Efficient bytecode design and interpretation usenet.2001-05-30@bagley.org (Doug Bagley) (2001-05-31) |
Re: Efficient bytecode design and interpretation anton@mips.complang.tuwien.ac.at (2001-06-03) |
Re: Efficient bytecode design and interpretation anton@mips.complang.tuwien.ac.at (2001-06-03) |
From: | jonm@fishwife.cis.upenn.edu |
Newsgroups: | comp.compilers |
Date: | 30 May 2001 00:01:09 -0400 |
Organization: | University of Pennsylvania |
References: | 01-05-068 |
Keywords: | interpreter, performance, bibliography |
Posted-Date: | 30 May 2001 00:01:09 EDT |
Michal Gajda <mg169780@zodiac.mimuw.edu.pl> writes:
> where can I find information about writting efficient bytecode
> interpreter? Or some at least comparison of a LOT of open source
> bytecode interpreters so that I could peep into their code?
You might want to check out "Optimizing directed threaded code by selective
inlining" by Ian Piumarta and Fabio Riccardi in PLDI'98.
@InProceedings{threaded-interp,
mykey = "PR98",
author = "Ian Piumarta and Fabio Riccardi",
title = "Optimizing direct threaded code by selective inlining",
crossref = "pldi98"
}
@Proceedings{pldi98,
title = "Proceedings of the 1998 ACM SIGPLAN Conference on Programming
Language Design and Implementation (PLDI'98)",
booktitle = "Proceedings of the 1998 ACM SIGPLAN Conference on Programming
Language Design and Implementation (PLDI'98)",
month = "June",
year = "1998"
}
..........
Jonathan Moore http://www.cis.upenn.edu/~jonm
University of Pennsylvania jonm@dsl.cis.upenn.edu
Return to the
comp.compilers page.
Search the
comp.compilers archives again.