-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Allocate RuntimeType objects on Frozen Object Heap #75573
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
46 commits
Select commit
Hold shift + click to select a range
9c15c1f
Allocate Type objects on Frozen Heap
EgorBo 232033b
Mitigate perf regressions
EgorBo f63c941
clean up
EgorBo 841e9c7
fix build issue?
EgorBo f168d13
Fix eeGetCPString for string literals in JitDisasm
EgorBo 2f50121
Merge branch 'main' of github.com:dotnet/runtime into foh-type-objects
EgorBo 3e6d3ba
clean up
EgorBo c939027
Merge branch 'main' of github.com:dotnet/runtime into foh-type-objects
EgorBo c8512a9
Update src/coreclr/jit/compiler.h
EgorBo bad7cc4
Merge branch 'main' of github.com:dotnet/runtime into foh-type-objects
EgorBo 9d8526e
Address some of the feedback [WIP]
EgorBo 18e1cd4
Address feedback
EgorBo a7fea6d
Fix compilation
EgorBo f2afedc
Introduce `objectToString` JIT-EE API
EgorBo 6a8cedf
Update src/coreclr/vm/methodtable.cpp
EgorBo 677f94b
check for unloadability in GetPinnedManagedClassObjectIfExists
EgorBo 15bcad1
Merge branch 'foh-type-objects' of github.com:EgorBo/runtime-1 into f…
EgorBo 81bacbb
Since I still have to check CanUnload I guess I don't need the bit test
EgorBo b5b7c98
Address feedback
EgorBo 608e6c9
Add more temp debug checks for ci
EgorBo be063b8
Check if it reproduces because of jit
EgorBo 59af88b
Check if it reproduces because of jit
EgorBo a8e0786
Ah, facepalm
EgorBo 1f9a348
Clean up
EgorBo 2fd4384
Address Jan's feedback
EgorBo 8f2a767
Oops, a typo
EgorBo b4b7128
Share logic to extract OBJECTREF from m_hExposedClassObject
EgorBo a2ca5b1
Merge branch 'main' of github.com:dotnet/runtime into foh-type-objects
EgorBo fd099a2
Produce better asm code for JIT_GetRuntimeType
EgorBo 64e7171
Merge branch 'main' of github.com:dotnet/runtime into foh-type-objects
EgorBo ac405a1
Merge branch 'main' of github.com:dotnet/runtime into foh-type-objects
EgorBo 7ab7bd1
Address feedback
EgorBo 895e9f5
Update src/coreclr/vm/jitinterface.cpp
EgorBo bcd47b1
Address feedback
EgorBo c217579
Update src/coreclr/vm/methodtable.cpp
EgorBo 253747e
Address feedback: the bit is always there so we can do ` - 1`
EgorBo ca6c69a
Address feedback
EgorBo 93ef525
Update src/coreclr/vm/methodtable.cpp
jkotas 7394e1e
Update src/coreclr/jit/ee_il_dll.cpp
EgorBo f6055b9
remove null-termination from api
EgorBo 57b1477
address feedback
EgorBo e9a396f
Address feedback
EgorBo 4fbb894
Pass utf8 string in objectToString
EgorBo 7476a68
remove char16_t left over
EgorBo bc2292b
fix compilation warning
EgorBo 7bf7e0e
Update gentree.cpp
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
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.