summaryrefslogtreecommitdiff
path: root/PATENTS.TXT
diff options
context:
space:
mode:
authorYi Zhang <yzha@microsoft.com>2016-05-18 23:05:53 -0700
committerYi Zhang <yzha@microsoft.com>2016-05-19 15:44:36 -0700
commitaa08b53d25088dd9c2b7c9a8aa483b413906c7d4 (patch)
tree5853f6e09387551b36231ec34081b77a044ca0a7 /PATENTS.TXT
parente78338ef715dc6fd89d9cbd0bf93c7f88d211c20 (diff)
downloadcoreclr-aa08b53d25088dd9c2b7c9a8aa483b413906c7d4.tar.gz
coreclr-aa08b53d25088dd9c2b7c9a8aa483b413906c7d4.tar.bz2
coreclr-aa08b53d25088dd9c2b7c9a8aa483b413906c7d4.zip
Fix x86 only ICastable feature bug.
When we call ICastable.IsInstanceOfInterface, we treat RuntimeTypeHandle as a OBJECTREF, which is incorrect as-per x86 calling convention since RuntimeTypehandle is a struct that contains a RuntimeType ref field and needs to be passed in stack. Our VM simple call helpers CALL_MANAGED_METHOD doesn't handle this correctly (it does the simple thing that always assume all the arguments are passed in register first). I'm fixing this by using a static method that takes RuntimeType instead of RuntimeTypeHandle, then convert it to RuntimeTypehandle. Also switch to use PREPARE_NONVIRTUAL_CALLSITE(METHODID) as per Jan's suggestion. ICastable test is now enabled in x86 for both JITs.
Diffstat (limited to 'PATENTS.TXT')
0 files changed, 0 insertions, 0 deletions