-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Preparatory refactorings for collector-driven trans. #33473
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
b2ea54d
trans: Split LocalCrateContext ownership out of SharedCrateContext.
michaelwoerister 60259b9
Make trans::collector item printing methods independent of CrateContext.
michaelwoerister 100a4f5
trans: Make normalize_and_test_predicates() not depend on CrateContext.
michaelwoerister 2564199
trans: Make meth::get_vtable_methods() not depend on CrateContext.
michaelwoerister d24ead0
trans: Make various trans::collector functions independent of CrateCo…
michaelwoerister 566aa54
trans: Make common::fulfill_obligation only depend on SharedCrateCont…
michaelwoerister 3f74c6a
trans: Make base::custom_coerce_unsize_info only depend on SharedCrat…
michaelwoerister 75bf617
trans: Make glue::get_drop_glue_type() independent of CrateContext.
michaelwoerister bb8c8c5
Make trans::collector only depend on SharedCrateContext.
michaelwoerister bebcb28
Restructure trans_crate() so that codegen unit partitioning happens b…
michaelwoerister a8e34df
trans: Make partitioning available in LocalCrateContext.
michaelwoerister 0142336
trans: Add some explanatory comments to trans::context types.
michaelwoerister b89a5d1
Make FixedCount partitioning handle case where codegen units have to …
michaelwoerister 86a691a
trans: Consistently name SharedCrateContext instances 'scx'
michaelwoerister 00eabcb
trans::context: Remove some tcx::tls wackiness
michaelwoerister 118cc9e
Fix some rebasing fallout.
michaelwoerister 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
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.
this commit seems good