-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[clr-interp] Runtime async support #121862
New issue
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
54c4cc1
RuntimeAsync for interpreter phase 1
davidwrighton 024ab55
More fixes
davidwrighton 0064807
Current test tweaks
davidwrighton cda2252
Fix this pointer in generics issue
davidwrighton 495abdf
Don't overwrite values that shouldn't be overwritten.
davidwrighton 9dc46af
Add support for direct Async2 to Async2 calls, and fix incorrect hand…
davidwrighton 08ea4fd
Add forward support to call stub generator for async methods
davidwrighton a3c1fdd
Merge branch 'main' of https://github.com/dotnet/runtime into Runtime…
davidwrighton 9fb7e05
Progress towards async calling convention handling in the callstub ge…
davidwrighton 24a3f5c
It all passes the tests!
davidwrighton 9ae0d3b
Remove unnecessary data/dvar from HANDLE_CONTINUATION_RESUME
davidwrighton cd92605
Re-order InterpAsyncSuspendData for easier future diagnostics
davidwrighton 01adff9
Fix setting methodStartIp
davidwrighton 8b61a6f
Update tests to work for both JIT and interpreter scenarios
davidwrighton 9913e56
Merge branch 'main' of https://github.com/dotnet/runtime into Runtime…
davidwrighton 7cf7c52
Tweak the new CallJittedMethodRetBuffRSI function.
davidwrighton 250ee75
Actually handle the merge details
davidwrighton 9d8bf9d
Fix build on Linux x64
davidwrighton a5feaac
Remove ProtectValueClassFrame changes as they are not necessary
davidwrighton 3806ea2
Add some documentation on how runtime generated async code generation…
davidwrighton d99c3f7
Fix WASM build
davidwrighton ded4f49
Fix Unix X64 stubs
davidwrighton 811e321
Fixup formatting and some missing bits of info.
davidwrighton 4765f06
Fit and finish details
davidwrighton ffb1656
Integrate with Jakob's changes around calli signature handling, and a…
davidwrighton 1ea976f
Move the JIT copy of dataAsyncResumeInfo to corinfo.h and rename it C…
davidwrighton c5e0fbb
Fix more code review issues
davidwrighton c0124af
Apply suggestions from code review
davidwrighton 96a9114
Merge branch 'RuntimeAsync_Interpreter' of https://github.com/davidwr…
davidwrighton 2d74b6b
Fix GCC build break
davidwrighton 354e365
More code review + disable RuntimeAsync by default so we can actually…
davidwrighton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.