Add CORINFO_CALLINFO_ATYPICAL_CALLSITE flag to JIT-EE interface
authorJan Kotas <jkotas@microsoft.com>
Wed, 19 Aug 2015 00:51:38 +0000 (17:51 -0700)
committerJan Kotas <jkotas@microsoft.com>
Wed, 19 Aug 2015 00:51:38 +0000 (17:51 -0700)
commit9401d4c6ecbc62e025d520415e738b01eecf4eff
tree1bdb788bc0b1c3b9d038be1b0f73ab7591e3f5de
parent933bceaa9c0c309f673fc670f0fb0ef0e0db3315
Add CORINFO_CALLINFO_ATYPICAL_CALLSITE flag to JIT-EE interface

CORINFO_CALLINFO_ATYPICAL_CALLSITE is meant to be used in situations where the code generator cannot guarantee that the callsite can be disassembled by delay load helper (e.g. it is not  call [rel32] on x86/x64)

Commit migrated from https://github.com/dotnet/coreclr/commit/0152e40aec8bf3da45c111d66eb579fed686edb2
src/coreclr/src/inc/corinfo.h
src/coreclr/src/zap/zapinfo.cpp