Related articles |
---|
Just in-time compilers/translators Sergey.Solyanik@bentley.com (Sergey Solyanik) (1996-10-30) |
Re: Just in-time compilers/translators kuznetso@MIT.EDU (1996-11-01) |
Re: Just in-time compilers/translators pardo@cs.washington.edu (1996-11-01) |
Re: Just in-time compilers/translators antonio@ifi.unizh.ch (1996-11-12) |
From: | kuznetso@MIT.EDU (Eugene Kuznetsov) |
Newsgroups: | comp.compilers |
Date: | 1 Nov 1996 17:46:05 -0500 |
Organization: | Compilers Central |
References: | 96-10-154 |
Keywords: | translator, interpreter |
Sergey Solyanik <Sergey.Solyanik@bentley.com> wrote:
> Can somebody point me to the literature on the subject?
> Articles, people doing active research in this area etc...
Well, I am currently working on one for Java bytecode, and so are many
people at Sun, IBM, Microsoft, Borland and Apple are doing the same.
I am not sure that much current literature exists on the subject, at
least in part because everyone is busy writing them as opposed to
teaching others how to write them.
Of course, there are also "dynamic recompilers", used as emulators by
Digital and, more recently, Apple to run code from older architectures
on a newer processor. These have been around for a while, and, as far
I can see, are no different than "just in time compilers" that
everyone is so excited about now.
Hope this helps,
Eugene Kuznetsov
kuznetso@mit.edu
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.