Hello, the documentation in mono/jit/trampoline.c says that arch_create_jit_trampoline () is used for virtual methods. But, if I read the code in mono/jit/jit.c right, it is also used for non-virtual methods. Could please someone explain to me what is right and how virtual and non-virtual methods are handled differently with respect to the trampolining stuff? Holger