Re: Threaded Interpreter

Jeff Kenton <jeffrey.kenton@comcast.net>
21 Nov 2005 22:42:33 -0500

          From comp.compilers

Related articles
Threaded Interpreter acampbellb@hotmail.com (Avatar) (2005-11-19)
Re: Threaded Interpreter anton@mips.complang.tuwien.ac.at (2005-11-21)
Re: Threaded Interpreter egagnon@sablevm.org (Etienne Gagnon) (2005-11-21)
Re: Threaded Interpreter jeffrey.kenton@comcast.net (Jeff Kenton) (2005-11-21)
Re: Threaded Interpreter gowrikumar_ch@yahoo.com (chandramouli gowrikumar) (2005-11-21)
Re: Threaded Interpreter ian.rogers@manchester.ac.uk (Ian Rogers) (2005-11-21)
Re: Threaded Interpreter dave@mips.complang.tuwien.ac.at (2005-11-27)
| List of all articles for this month |

From: Jeff Kenton <jeffrey.kenton@comcast.net>
Newsgroups: comp.compilers
Date: 21 Nov 2005 22:42:33 -0500
Organization: Compilers Central
References: 05-11-091
Keywords: interpreter, comment
Posted-Date: 21 Nov 2005 22:42:33 EST

Avatar wrote:
> I am searching for reference implementations of a threaded interpreter
> (as opposed to the traditional switch dispatch method).


Some early versions of the PDP-11 Fortran compilers used this method, but I
don't have any direct references for you.


jeff
[The Unix 6th edition fc (known unfortunately as fc-tran) and the DEC
Fortran both used threaded code. You can probably find fc in some of
the ancient Unix archives. It's written in pdp-11 assembler, not C.
-John]


Post a followup to this message

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