Related articles |
---|
Register Based Interpreter Model acampbellb@hotmail.com (Avatar) (2005-11-01) |
Re: Register Based Interpreter Model basile-news@starynkevitch.net (Basile Starynkevitch \[news\]) (2005-11-02) |
Re: Register Based Interpreter Model nkavv@skiathos.physics.auth.gr (Uncle Noah) (2005-11-02) |
Re: Register Based Interpreter Model christian.mueller@aktivanet.de (2005-11-02) |
Re: Register Based Interpreter Model spammer@b2z.com (Omri Barel) (2005-11-02) |
Re: Register Based Interpreter Model kurt-gmane@oakadaptive.com (Kurt Jung) (2005-11-02) |
Re: Register Based Interpreter Model anton@mips.complang.tuwien.ac.at (2005-11-02) |
Re: Register Based Interpreter Model fw@deneb.enyo.de (Florian Weimer) (2005-11-02) |
Re: Register Based Interpreter Model lhf@csgpwr1.uwaterloo.ca (2005-11-02) |
From: | Omri Barel <spammer@b2z.com> |
Newsgroups: | comp.compilers |
Date: | 2 Nov 2005 22:11:08 -0500 |
Organization: | Cable & Wireless INS Posting |
References: | 05-11-016 |
Keywords: | VM |
Posted-Date: | 02 Nov 2005 22:11:08 EST |
Avatar wrote:
> I am doing some research on the register-based interpreter model in
> comparison to the more traditional stack-based approach. I would like
> to know if anyone has had any practical experience with register-based
> interpreters or has any good suggestions for references about this
> topic?
I know that Lua (http://www.lua.org) is a register-based interpreter.
The source code is available and the language itself is fantastic (very
expressive and flexible for an embedded scripting language).
More information can be found here:
http://www.tecgraf.puc-rio.br/~lhf/ftp/doc/sblp2005.pdf
Hope this helps.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.