Closed
Description
I suggest to use this issue to store ideas of what we can clean up in the JIT-EE interface. So, when someone modifies it they can address these issues along the way to avoid bumping JIT-EE guid for single minor things:
To do:
-
recordRelocation
has unused argslotNum
-
isCompatibleDelegate
is unused -
mergeClasses
is unused -
satisfiesClassConstraints
is unused -
findNameOfToken
is unused -
getInlinedCallFrameVptr
is unused -
canAccessFamily
is unused -
isRIDClassDomainID
is unused -
isValidToken
is unused (verification artifact?) -
isValidStringRef
is unused (verification artifact?) -
tryResolveToken
is unused -
CORINFO_DESKTOP_ABI
-
getMethodModule
Initially, I wanted to file this issue with just 2 items but found more.
cc @dotnet/jit-contrib @jkotas