tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Syncing caches


From: Greg Haerr
Subject: Re: [Tinycc-devel] Syncing caches
Date: Wed, 13 Nov 2002 17:30:21 -0800

> There is a Python interpreter/compiler/specializer (psyco.sf.net) that
> I found interesting to read about -- at each step during *execution*
> it decides whether it would prefer to interpret this or compile it and
> run it.  

The mono project's runtime page http://www.go-mono.com/runtime.html
links a lot of interesting information regarding just-in-time
compilation techniques, and it's currently working for IA32.
For those that may not know mono, it's an open implementation
of .NET for Linux.  The major difference between the .net
and java interpreter designs are that .net opcodes were originally designed
to be just-in-time compiled, not interpreted, with java the
other way around.  Some of the papers referenced cover
this with IA32 code generators.

Regards,

Greg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]