-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Move memset/memcpy helpers to managed impl #98623
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
508eb9c
Remove JIT_MemSet/JIT_MemCpy
EgorBo 32ec60e
Add a test
EgorBo 0d4f4f4
Address feedback
EgorBo 321bb14
Address feedback
EgorBo 4904b4b
Address feedback
EgorBo 1573925
Address feedback
EgorBo cbcfaf4
Copy Fill's impl
EgorBo 63c893c
Address feedback + clean up
EgorBo 36e9c5f
Fix comments
EgorBo 4bc7578
Fix regressions
EgorBo 4ed5a3e
Merge branch 'main' of github.com:dotnet/runtime into remove-jit-memset
EgorBo 4158403
CI test
EgorBo 45caa7e
Merge branch 'main' of github.com:dotnet/runtime into remove-jit-memset
EgorBo 4d7991b
Update src/libraries/System.Private.CoreLib/src/System/SpanHelpers.cs
EgorBo 0677bc1
Merge branch 'remove-jit-memset' of github.com:EgorBo/runtime-1 into …
EgorBo a76a590
Address feedback
EgorBo e896a47
revert jit change
EgorBo a8d3b98
Update issues.targets
EgorBo 974a361
Clean up
EgorBo 23a3613
Merge branch 'main' into remove-jit-memset
EgorBo 2e00789
Add native memset helper
EgorBo 71954f4
Merge branch 'main' of github.com:dotnet/runtime into remove-jit-memset
EgorBo c87288d
Update src/coreclr/inc/corinfo.h
EgorBo f06ed61
Address feedback
EgorBo 1550a0d
Merge branch 'main' into remove-jit-memset
EgorBo 96fa40b
Better impl for ClearWithoutReferences
EgorBo 8dbe6d7
Fix build
EgorBo 4095d92
Merge branch 'remove-jit-memset' of github.com:EgorBo/runtime-1 into …
EgorBo 86c25d7
Remove whitespace
EgorBo 2840964
Merge branch 'main' of github.com:dotnet/runtime into remove-jit-memset
EgorBo 7d4ff29
Clean up
EgorBo f10915b
Add file
EgorBo 6dfe8c0
Fix unix build
EgorBo ffce47e
Improve Unsafe.InitBlock
EgorBo 2dd0c11
Tier up helpers
EgorBo 7ce4cb7
Address feedback
EgorBo 54639a1
Clean up
EgorBo d8da20a
Fix StackOverflow in Mono
EgorBo ec82a4d
Fix IL test
EgorBo f3c0141
Address feedback
EgorBo 6e83d82
Add zero check to memmove (in case of invalid pointers with len=0)
EgorBo 1bbaa3d
Clean up symbol name
EgorBo a621ad2
Add a test
EgorBo 6283cf2
More clean up (in jit)
EgorBo c497ca1
Fix NAOT
EgorBo 0a72fab
Update src/libraries/System.Private.CoreLib/src/System/SpanHelpers.By…
EgorBo 8aa3377
Address feedback
EgorBo f5e0662
Update guide-for-porting.md
EgorBo 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x86 supports memset/memcpy helpers now (this can be a follow up change)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's part of a follow up PR because it involves removal of
GT_STORE_DYN_BLK
op, definitely didn't want to do it as part of this PR