[Mono-list] Jit Method Compilation
Marco Dubacher
marco@dubacher.com
Wed, 7 Jan 2004 23:47:51 +0100
Hi all
I'm about reading the code of the jit engine. I asked me know where the
compiled code of the main-method gets actually executed. It must be
somewhere within the architecture dependend code (e.g. mini-x86.c). Could
somebody point me to this method or line of code?
Any comments on that and the re-triggering of the compilation of further
methods with magic trampolin are of course appreciated.
-Marco