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)
commit0152e40aec8bf3da45c111d66eb579fed686edb2
tree923210f81494818be60f72cbd7d476f5bf1e6f9c
parent50ef79d48df81635e58ca59386620f0151df6022
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)
src/inc/corinfo.h
src/zap/zapinfo.cpp