[runtime] Remove ves_icall_object_new_fast (), its only a bit faster than object_new_...
authorZoltan Varga <vargaz@gmail.com>
Tue, 8 Aug 2017 23:56:21 +0000 (19:56 -0400)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2017 23:56:21 +0000 (19:56 -0400)
commit629948534ea91002210aef844a265121c5a1f5ef
treea8ae6ca24b2115369f3b2d3f1258e5f1791f7b07
parent62c576b042c6be9c2d84d96eea12e8071ab89aee
[runtime] Remove ves_icall_object_new_fast (), its only a bit faster than object_new_specific (), fast allocation is done by the managed allocators. Also remove mono_class_get_allocation_ftn () which is not needed anymore. (#5304)
mono/metadata/boehm-gc.c
mono/metadata/mono-mlist.c
mono/metadata/object-internals.h
mono/metadata/object.c
mono/mini/method-to-ir.c
mono/mini/mini.h