Open
Description
Just a tracking issue for a few things we can clean up at some point:
-
getNewHelper
uses only the token's class handle on the EE side -
CILJit::compileMethod
is always passedCORJIT_FLAG_CALL_GETJITFLAGS
, soflags
can be removed -
GetProfilingHandle
never has indirected == true anymore -
mapMethodDeclToMethodImpl
is unused (done in Remove unused GETFIELD/SETFIELD helpers #105023) -
CORINFO_HELP_LOOP_CLONE_CHOICE_ADDR
is unused