-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Add CoreCLR support for android GC bridge #116310
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
Open
BrzVlad
wants to merge
26
commits into
dotnet:main
Choose a base branch
from
BrzVlad:feature-clr-gcbridge
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8e0dd9c
Add support for the new cross reference GCHandle type
BrzVlad 0d9227a
Add interop glue for bridge
BrzVlad d3a3a72
Add GCBridge test
BrzVlad bb1428d
Implement scanning of bridge objects and construction of SCCs
BrzVlad d2033e7
Add tarjan bridge computation
BrzVlad 89b4808
Fix object validation
BrzVlad 38f01cd
bgc and multiple heap support for bridge obj processing
BrzVlad 860aaa1
Add incorrect waiting for gc bridge to finish
BrzVlad 305ebe6
Update code to new API
BrzVlad 8c6a3e9
Clear weakrefs for bridge objects with collected java peers
BrzVlad ac1628c
Wait for bridge processing while resolving the gchandle to prevent races
BrzVlad 160e663
Maoni review
BrzVlad b8e12b9
Aaron review
BrzVlad 29074d4
Update to new API
BrzVlad bbd813b
Fix build
BrzVlad 4d61fbe
Use cross refs args directly in more places
BrzVlad ee7dcb5
Change unreachable handle length from int to size_t
BrzVlad 3806737
Remove FEATURE_GCBRIDGE
BrzVlad 090e55f
Move interop javamarshal code out of interop shared file
BrzVlad c6ec8f9
Use asserts in test
BrzVlad 59d6b35
Add bridge waiting to WeakReference<T> as well
BrzVlad a3e864d
Review
BrzVlad 0276046
review
BrzVlad 25edbb7
High precision timestamp
BrzVlad 7b63046
Naming consistency in gcbridge.cpp, matching rest of the runtime
BrzVlad 28a2b21
Fix interface breakage
BrzVlad 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
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.
Uh oh!
There was an error while loading. Please reload this page.