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
Currently the helper-based tailcall support dynamically emits a dispatcher that uses calli:
calli
runtime/src/coreclr/src/vm/tailcallhelp.cpp
Lines 120 to 154 in d307659
This dispatcher can be put in System.Private.CoreLib once there is function pointer support.
The text was updated successfully, but these errors were encountered:
Move tailcall dispatcher into corelib
107eaaa
Fix dotnet#35559
Move tailcall dispatcher into corelib (#38938)
372ff23
Fix #35559
janvorli
Successfully merging a pull request may close this issue.
Currently the helper-based tailcall support dynamically emits a dispatcher that uses
calli
:runtime/src/coreclr/src/vm/tailcallhelp.cpp
Lines 120 to 154 in d307659
This dispatcher can be put in System.Private.CoreLib once there is function pointer support.
The text was updated successfully, but these errors were encountered: