Current direct icall logic in Mono is spread out at different locations, some is part of emit_and_reloc, while other is in mono_aot_get_direct_call_symbol called by LLVM and LLVMOnly modes. We should unify the logic and handle lowering of direct icalls the same across Mono AOT modes.
Current direct icall logic in Mono is spread out at different locations, some is part of emit_and_reloc, while other is in mono_aot_get_direct_call_symbol called by LLVM and LLVMOnly modes. We should unify the logic and handle lowering of direct icalls the same across Mono AOT modes.