[Mono-list] Magic Trampoline in the JIT

Derek Woo dkw@iseek.net
Wed, 1 Oct 2003 23:55:12 -0400


Hi,

As I understand in the JIT, the trampoline will compile a method, and patch
the original call site such that future method calls on the same call site
will point to the compiled method as oppose to the trampoline. I'd like to
experiment disabling the fixup. Such that the trampoline always get called,
and that I can dispatch the compiled method or the JIT, based on my own
control. I wonder if anyone have any idea where I could start and how large
a scope will this change affect?

Derek