We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just a tracking issue for a few things we can clean up at some point:
getNewHelper
CILJit::compileMethod
CORJIT_FLAG_CALL_GETJITFLAGS
flags
GetProfilingHandle
mapMethodDeclToMethodImpl
CORINFO_HELP_LOOP_CLONE_CHOICE_ADDR
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.
area-CodeGen-coreclr
Sorry, something went wrong.
mapMethodDeclToMethodImpl is dead code.
Added CORINFO_HELP_LOOP_CLONE_CHOICE_ADDR
This cleanup is not needed for 9.0.
jakobbotsch
No branches or pull requests
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 sideCILJit::compileMethod
is always passedCORJIT_FLAG_CALL_GETJITFLAGS
, soflags
can be removedGetProfilingHandle
never has indirected == true anymoremapMethodDeclToMethodImpl
is unused (done in Remove unused GETFIELD/SETFIELD helpers #105023)CORINFO_HELP_LOOP_CLONE_CHOICE_ADDR
is unusedThe text was updated successfully, but these errors were encountered: