-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Allocate boxed static structs on Frozen Object Heap #77737
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 all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
77a42b7
Smarter approach suggested by SingleAccretion
EgorBo 2b2b2ec
Address Jan's feedback, Jakob noticed invalid contract in AllocateSta…
EgorBo b524f0d
Update src/coreclr/vm/methodtable.cpp
EgorBo a96a664
Address feedback
EgorBo 7ebf214
Clean up
EgorBo ec21c92
give up if GetBase() returns nullptr
EgorBo 63e6387
does this help
EgorBo ca4a77e
disable for foh forced 8byte alignment 32bit targets
EgorBo 16a2438
Update methodtable.cpp
EgorBo d38e42b
Update src/coreclr/vm/jitinterface.cpp
EgorBo 9868525
Update src/coreclr/vm/jitinterface.cpp
EgorBo 4b7ca2b
Update jitinterface.cpp
EgorBo 8c45daa
try fix
EgorBo 68a130b
Update jitinterface.cpp
EgorBo 20127aa
Merge branch 'main' of github.com:dotnet/runtime into boxed-statics-foh
EgorBo 94ae8f1
Revert to getFieldInfo
EgorBo 1739a55
Use fieldLookup
EgorBo 78448f1
Run tests on CI (WIP), works locally
EgorBo faa5e51
Delete getFieldAddress
EgorBo 90b3e1b
Fix regression around invariant ref-type statics
EgorBo 6dc5a18
Remove getFieldAddress
EgorBo 8d9f172
Merge branch 'main' of github.com:dotnet/runtime into boxed-statics-foh
EgorBo bff3b1f
Address feedback
EgorBo a35f7d1
Merge branch 'main' of github.com:dotnet/runtime into boxed-statics-foh
EgorBo cfdb18a
Implement JIT/EE level cache for fields' addresses
EgorBo f6f827d
Implement JIT/EE level cache for fields' addresses
EgorBo 5b3d4fe
Merge branch 'main' of github.com:dotnet/runtime into boxed-statics-foh
EgorBo 3b5c44f
Fix CQ regression around EqualityComparer.Default
EgorBo c5d6b55
Address Jan's feedback
EgorBo e25cfa3
Update methodtable.cpp
EgorBo 890ab36
Apply suggestions from code review
EgorBo c100079
Address feedback
EgorBo 89a99f0
Address SingleAccretion's feedback
EgorBo 29ff0de
Fix FixedAddressValueType test - it didn't expect frozen statics
EgorBo ff5b6e7
Merge branch 'main' of github.com:dotnet/runtime into boxed-statics-foh
EgorBo 71ff574
Update FixedAddressValueType.cs
EgorBo d8a7d46
Merge branch 'boxed-statics-foh' of github.com:EgorBo/runtime-1 into …
EgorBo c6bdcd7
Merge branch 'main' of github.com:dotnet/runtime into boxed-statics-foh
EgorBo c92a6c3
Resolve conflicts
EgorBo 43c5724
Merge branch 'main' of github.com:dotnet/runtime into boxed-statics-foh
EgorBo 3db4522
Fix "is removable field" check
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
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.