Related articles |
---|
Difference between Interpreter and DR grs124@psu.edu (Greg Simon) (1996-10-16) |
Difference between Interpreter and DR stephenb@harlequin.co.uk (Stephen J Bevan) (1996-10-18) |
Re: Difference between Interpreter and DR christians@rcp.co.uk (Christian Smith) (1996-10-18) |
Re: Difference between Interpreter and DR pardo@cs.washington.edu (1996-10-20) |
Re: Difference between Interpreter and DR ejdiamo@vnet.ibm.com (1996-10-25) |
From: | Greg Simon <grs124@psu.edu> |
Newsgroups: | comp.compilers |
Date: | 16 Oct 1996 17:33:52 -0400 |
Organization: | Penn State University |
Keywords: | interpreter, question, comment |
I'm confused about the difference between an interpreter and a DR
(dynamic recompiler). I assume the DR generates native machine language
on the fly, and then executes it; whereas an interpreter just has a set
of routines to execute for different types of icode encountered, right?
Greg
[That's the definitions I'd use. The line between them is fuzzy. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.