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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
