[runtime] Register the GC alloc icalls during startup instead of on-demand, since...
commit9047295678b327815a76ffdcd3a82742e4d2be08
authorZoltan Varga <vargaz@gmail.com>
Fri, 11 Jan 2019 22:25:30 +0000 (11 17:25 -0500)
committerGitHub <noreply@github.com>
Fri, 11 Jan 2019 22:25:30 +0000 (11 17:25 -0500)
treef4f460d74a3fcbbc75a132ff929610532cff8e08
parent73b2c87deebf9a5c120627a64b4a331956d93334
[runtime] Register the GC alloc icalls during startup instead of on-demand, since create_allocator () might not be called at runtime in llvmonly mode if the generated code directly calls its wrapper. (#12381)
mono/metadata/appdomain.c
mono/metadata/boehm-gc.c
mono/metadata/domain.c
mono/metadata/gc-internals.h
mono/metadata/null-gc.c
mono/metadata/sgen-mono.c
mono/mini/mini-runtime.c