-
Notifications
You must be signed in to change notification settings - Fork 5k
RuntimeHelpers.CreateSpan<T> #61079
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
davidwrighton
merged 21 commits into
dotnet:main
from
davidwrighton:CreateSpanIntrinsic
Nov 30, 2021
Merged
RuntimeHelpers.CreateSpan<T> #61079
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f5a5d9c
Add non-intrinsic implementation for CreateSpan<T>. (#60451)
AaronRobinsonMSFT 52a7dd3
[hackathon] Implement CreateSpan<T> intrinsic. (#60498)
AaronRobinsonMSFT 5917c2c
Fix CreateSpan build failure (#60510)
davidwrighton fc74779
Most static initialization data fields are of a structure type, but i…
davidwrighton b18bb64
Fix CreateSpan in R2R code generation
davidwrighton 1950ef1
Convert CreateSpan test to IL
davidwrighton 320452c
Remove CreateSpan C# based test as the Roslyn used in the main branch…
davidwrighton 415ea45
Add xml doc comment for CreateSpan api
davidwrighton 0636c79
Fix xml comment
davidwrighton cd636f0
Update src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs
davidwrighton 510c0d2
Update src/coreclr/tools/Common/TypeSystem/Common/Instantiation.cs
davidwrighton 0dac4b1
Apply suggestions from code review
jkotas 4987e01
Update based on code review feedback to improve generated code
davidwrighton f6b01c3
Merge branch 'CreateSpanIntrinsic' of github.com:davidwrighton/runtim…
davidwrighton 2356d02
Fix JIT formatting issues
davidwrighton fbf632b
MustExpand intrinsic for NativeAOT
davidwrighton 6aec0ab
Respond to code review
davidwrighton 7546a6f
Merge branch 'main' of github.com:dotnet/runtime into CreateSpanIntri…
davidwrighton 38f080c
Adjust to changes in JIT
davidwrighton 34303ee
Fix HELPER_METHOD_FRAME define usage
davidwrighton 2b0aeb6
Merge branch 'main' of github.com:dotnet/runtime into CreateSpanIntri…
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
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
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.
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.