-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Use sharded maps for queries #62108
Use sharded maps for queries #62108
Conversation
I continue to be fine with the sharding implementation, but am not a rust-lang reviewer, and also don't know about the actual rustc code (seems largely mechanical?) |
r? @oli-obk |
☔ The latest upstream changes (presumably #59722) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors try |
⌛ Trying commit 190afcf33d817f6733761ec0ca3d31830674a9f6 with merge 6396e7058917ab50a5a63b857866aef9499d7f4f... |
💥 Test timed out |
@rust-timer build 6396e7058917ab50a5a63b857866aef9499d7f4f |
Success: Queued 6396e7058917ab50a5a63b857866aef9499d7f4f with parent 765eebf, comparison URL. |
Finished benchmarking try commit 6396e7058917ab50a5a63b857866aef9499d7f4f, comparison URL. |
☔ The latest upstream changes (presumably #61392) made this pull request unmergeable. Please resolve the merge conflicts. |
It's waiting for #61779 to get merged first |
☔ The latest upstream changes (presumably #61779) made this pull request unmergeable. Please resolve the merge conflicts. |
Rebased out #61779. |
☔ The latest upstream changes (presumably #62990) made this pull request unmergeable. Please resolve the merge conflicts. |
Ping from triage. @oli-obk any updates on this? Thank you. |
Ping from triage: @oli-obk do you have time to review this? |
@bors r+ |
📌 Commit f84967f has been approved by |
Use sharded maps for queries Based on rust-lang#61779. r? @gankro
Rollup of 8 pull requests Successful merges: - #61969 (Add #[repr(transparent)] for several types) - #62108 (Use sharded maps for queries) - #63149 (resolve: Populate external modules in more automatic and lazy way) - #63346 (Lint on some incorrect uses of mem::zeroed / mem::uninitialized) - #63433 (Miri shouldn't look at types) - #63440 (rename RUST_CTFE_BACKTRACE to RUSTC_CTFE_BACKTRACE) - #63442 (Add an example to show how to insert item to a sorted vec) - #63459 (syntax: account for CVarArgs being in the argument list.) Failed merges: r? @ghost
⌛ Testing commit f84967f with merge 89fdc8d69e670a619552e804b1d8fa939e67497a... |
Use sharded maps for queries Based on rust-lang#61779. r? @gankro
@bors retry rolled up. |
Rollup of 10 pull requests Successful merges: - #62108 (Use sharded maps for queries) - #63297 (Improve pointer offset method docs) - #63306 (Adapt AddRetag for shallow retagging) - #63406 (Suggest using a qualified path in patterns with inconsistent bindings) - #63431 (Revert "Simplify MIR generation for logical ops") - #63449 (resolve: Remove remaining special cases from built-in macros) - #63461 (docs: add stdlib env::var(_os) panic) - #63473 (Regression test for #56870) - #63474 (Add tests for issue #53598 and #57700) - #63480 (Fixes #63477) Failed merges: r? @ghost
⌛ Testing commit f84967f with merge 57aa2117c37824d1af595c36f7d178e65cb81219... |
Use sharded maps for queries Based on rust-lang#61779. r? @gankro
@bors retry rolled up. |
Rollup of 9 pull requests Successful merges: - #62108 (Use sharded maps for queries) - #63297 (Improve pointer offset method docs) - #63406 (Suggest using a qualified path in patterns with inconsistent bindings) - #63431 (Revert "Simplify MIR generation for logical ops") - #63449 (resolve: Remove remaining special cases from built-in macros) - #63461 (docs: add stdlib env::var(_os) panic) - #63473 (Regression test for #56870) - #63474 (Add tests for issue #53598 and #57700) - #63480 (Fixes #63477) Failed merges: r? @ghost
Based on #61779.
r? @gankro