-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
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:
-
recordRelocationhas unused argslotNum -
isCompatibleDelegateis unused -
mergeClassesis unused -
satisfiesClassConstraintsis unused -
findNameOfTokenis unused -
getInlinedCallFrameVptris unused -
canAccessFamilyis unused -
isRIDClassDomainIDis unused -
isValidTokenis unused (verification artifact?) -
isValidStringRefis unused (verification artifact?) -
tryResolveTokenis unused -
CORINFO_DESKTOP_ABI -
getMethodModule
Initially, I wanted to file this issue with just 2 items but found more.
cc @dotnet/jit-contrib @jkotas
jkotas and ShreyasJejurkar
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI