2008-08-22 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Fri, 22 Aug 2008 12:17:09 +0000 (12:17 -0000)
committerZoltan Varga <vargaz@gmail.com>
Fri, 22 Aug 2008 12:17:09 +0000 (12:17 -0000)
* tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
order of the arguments to the C trampoline: pass 'slot' as the trampoline
argument, and pass the vtable in VTABLE_REG.
(mono_arch_create_trampoline_code_full): Remove some special casing for
the rgctx fetch trampoline.

svn path=/trunk/mono/; revision=111365

mono/mini/ChangeLog

index bf17e01d5ee41609c6cf6cb740f0eb4d8976b74c..82055e85c0fd654b3c7b864f719c8c2f87ef9035 100644 (file)
@@ -1,5 +1,11 @@
 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
 
+       * tramp-amd64.c (mono_arch_create_rgctx_lazy_fetch_trampoline): Change the
+       order of the arguments to the C trampoline: pass 'slot' as the trampoline
+       argument, and pass the vtable in VTABLE_REG.
+       (mono_arch_create_trampoline_code_full): Remove some special casing for
+       the rgctx fetch trampoline.
+
        * mini.c (mono_method_to_ir): Fix the STELEM_ANY+null value optimization.
        Fixes #419273.