[mono][aot] Implement fetching from the rgctx in llvmonly mode using inline code...
authorZoltan Varga <vargaz@gmail.com>
Thu, 1 Jul 2021 15:23:10 +0000 (11:23 -0400)
committerGitHub <noreply@github.com>
Thu, 1 Jul 2021 15:23:10 +0000 (11:23 -0400)
commite97d67e187beb01471ab587637006101bbf4be11
tree4ad5d581b69fff054b28b67fd35e43e5e7bfdfc5
parentf6cc321fbd49b097364951137d3fd50c3b4872d2
[mono][aot] Implement fetching from the rgctx in llvmonly mode using inline code instead of (#54840)

calling mono_fill_class_rgctx ().
Also bump the initial size of the rgctx to 16 to allow loading more entries without doing
a nested lookup.
src/mono/mono/mini/jit-icalls.c
src/mono/mono/mini/method-to-ir.c
src/mono/mono/mini/mini-generic-sharing.c
src/mono/mono/mini/mini.c
src/mono/mono/mini/mini.h