Interface call devirtualization: jit side of changes
authorAndy Ayers <andya@microsoft.com>
Thu, 16 Mar 2017 15:30:58 +0000 (08:30 -0700)
committerAndy Ayers <andya@microsoft.com>
Thu, 16 Mar 2017 20:51:37 +0000 (13:51 -0700)
commit2c8b3ae4c1786968f387af9c78a343e0a561869b
treed0a3b4b48566b0f945bd11f2e056010211dc649a
parent00f13f2fb04c21fc1675ce264ef7291cbcec67a1
Interface call devirtualization: jit side of changes

Unblock VM queries where the base class is an interface (queries
where the implementing class is also an interface are still blocked
as no resolution is possible). Pass along the context handle that
the jit got from getCallInfo.
src/jit/importer.cpp