Uh oh!
There was an error while loading. Please reload this page.
Access Session and OnDiskCache in rustc_query_system - #79035
Conversation
rust-highfive
commented
Nov 13, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
jyn514
commented
Nov 16, 2020
Just because queries are so hot: @bors try @rust-timer queue |
rust-timer
commented
Nov 16, 2020
Awaiting bors try build completion |
bors
commented
Nov 16, 2020
⌛ Trying commit 10eecf16565f2335d7e8ac6c284cc9e6b4cc1a6a with merge 87252d22753cd3d9ae6d687cf8b3764dc5c2778b... |
bors
commented
Nov 16, 2020
☀️ Try build successful - checks-actions |
rust-timer
commented
Nov 16, 2020
Queued 87252d22753cd3d9ae6d687cf8b3764dc5c2778b with parent 603ab5b, future comparison URL. |
rust-timer
commented
Nov 16, 2020
Finished benchmarking try commit (87252d22753cd3d9ae6d687cf8b3764dc5c2778b): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
jyn514
commented
Nov 16, 2020
Perf looks like mostly noise I think - improvements of up to 1.5% on instructions counts, but also losses up to .7%. |
crlf0710
commented
Dec 18, 2020
@cjgillot Triage: What's the current status of this? |
jyn514
commented
Dec 18, 2020
@crlf0710 this is waiting on review (although it needs a rebase at some point). r? @wesleywiser maybe? |
bors
commented
Dec 22, 2020
☔ The latest upstream changes (presumably #80177) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels: |
Reduces the boilerplace of implementing the
DepContexttrait.The OnDiskCache is accessed directly through a dedicated trait.