-
Notifications
You must be signed in to change notification settings - Fork 5.1k
GT_STORE_BLK - do not call memset for blocks containg gc pointers on heap #95530
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 19 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4ecfc65
Loop-based impl
EgorBo cb23e5c
Add asserts
EgorBo 063cd10
Add another test case
EgorBo 90e53b1
Update StructWithGC_Zeroing.csproj
EgorBo 24a6046
Update StructWithGC_Zeroing.cs
EgorBo 31dc4a8
clean up
EgorBo 2e72231
Fix arm32
EgorBo 8cdf5fa
Merge branch 'main' of github.com:dotnet/runtime into fix-memset-bug
EgorBo 5d9a1db
Address feedback
EgorBo 3b5d1a9
Add a small note
EgorBo 1b3208d
Add RISC-V and LA64
EgorBo a129a55
Address feedback
EgorBo a86ecf5
fix build
EgorBo 133c140
fix build
EgorBo 4349a0a
CI test
EgorBo 1a335cb
Merge branch 'main' of github.com:dotnet/runtime into fix-memset-bug
EgorBo 2f135b7
Fix build
EgorBo 3489223
Clean up
EgorBo 2da97d5
Merge branch 'main' of github.com:dotnet/runtime into fix-memset-bug
EgorBo e4df08a
Apply suggestion
EgorBo 32425a9
Use REG_R0 on RISC-V and LA64, use ZR on ARM64
EgorBo 52119d1
fix build
EgorBo 98a4096
Clean up
EgorBo e0f50a4
Merge branch 'main' of github.com:dotnet/runtime into fix-memset-bug
EgorBo 73b2066
Update src/coreclr/jit/codegenloongarch64.cpp
EgorBo 4cfcea9
Apply suggestions for risc-v
EgorBo ef044b8
Merge branch 'fix-memset-bug' of github.com:EgorBo/runtime-1 into fix…
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 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.