-
Notifications
You must be signed in to change notification settings - Fork 14k
Parallel tweaks #67870
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
Parallel tweaks #67870
Conversation
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
src/librustc_interface/passes.rs
Outdated
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.
| tcx.lint_levels(LOCAL_CRATE); | |
| tcx.ensure().lint_levels(LOCAL_CRATE); |
|
☔ The latest upstream changes (presumably #67803) made this pull request unmergeable. Please resolve the merge conflicts. |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
☔ The latest upstream changes (presumably #67886) made this pull request unmergeable. Please resolve the merge conflicts. |
|
☔ The latest upstream changes (presumably #67770) made this pull request unmergeable. Please resolve the merge conflicts. |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
3906624 to
1427182
Compare
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
510b533 to
dc2864c
Compare
|
This is now based on #68171. |
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
assigning back to author because of merge conflicts. |
…lel with MIR borrow checking
|
☔ The latest upstream changes (presumably #68933) made this pull request unmergeable. Please resolve the merge conflicts. |
|
I believe this is blocked on #68171, so updating status accordingly. |
|
|
|
Closing this pull request as Zoxc is stepping back from compiler development; see rust-lang/team#316. |
Various parallel tweaks which brings the compilation time for
syntex_syntaxfrom 12.23 to 11.84 with 6 threads in non-incremental debug mode.r? @Mark-Simulacrum