Change mono_gc_get_managed_array_allocator to receive a MonoClass instead of a vtable...
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 25 Mar 2013 14:36:57 +0000 (10:36 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 25 Mar 2013 14:42:01 +0000 (10:42 -0400)
commit4b294019c65290519d45c8ae858f7a04133ca9c6
tree3f4504f71735d2c9e316a4ff5037b8202a776b15
parent4189fe3f95155ee79f2ac0db53ab14e2cf26e45e
Change mono_gc_get_managed_array_allocator to receive a MonoClass instead of a vtable, rank pair.

* method-to-ir.c: Given mono_gc_get_managed_array_allocator now takes a class and not an vtable,
we can now use it for shared code allocating arrays.
mono/metadata/boehm-gc.c
mono/metadata/gc-internal.h
mono/metadata/null-gc.c
mono/metadata/sgen-alloc.c
mono/mini/decompose.c
mono/mini/method-to-ir.c