[Mono-list] mint/JIT architecture..

Dietmar Maurer dietmar@ximian.com
02 Sep 2002 20:07:53 +0200


On Sat, 2002-08-31 at 10:54, Deepesh A wrote:
> hi all
> I am new to mono..but would like to know about the
> interpreter which is included along with mono..Can I
> get documents about the detailed  flow of action
> inside the interpreter and JIT?

The interpreter is quite easy to understand. Just take a look at the
sources in:

mono/mono/interpreter/interp.c

ves_exec_method() is the function to start with.

- Dietmar