Uh oh!
There was an error while loading. Please reload this page.
Remove PredicateKind and instead only use Binder<PredicateAtom> - #80679
Conversation
rust-log-analyzer
commented
Jan 4, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
fc5d288 to
84d04e3Comparerust-log-analyzer
commented
Jan 4, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
lcnr
left a comment
There was a problem hiding this comment.
there's still some cleanup to do, but the changes look promising to me.
I do want @nikomatsakis to take a quick look here. Do you mind writing a short MCP for this?
Uh oh!
There was an error while loading. Please reload this page.
rust-log-analyzer
commented
Jan 4, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
53dcc81 to
9d576a8Comparejackh726
commented
Jan 4, 2021
#73503 had a slight perf regression and this does decrease the size of @bors try @rust-timer queue |
rust-timer
commented
Jan 4, 2021
Awaiting bors try build completion. |
bors
commented
Jan 4, 2021
⌛ Trying commit 9d576a88e2601faffad5957dcad230bc42c23b2f with merge 030cb70ea034a6fb30a1e496542752e37585c946... |
bors
commented
Jan 4, 2021
☀️ Try build successful - checks-actions |
rust-timer
commented
Jan 4, 2021
Queued 030cb70ea034a6fb30a1e496542752e37585c946 with parent 9a22f99, future comparison URL. @rustbot label: +S-waiting-on-perf |
rust-timer
commented
Jan 5, 2021
Finished benchmarking try commit (030cb70ea034a6fb30a1e496542752e37585c946): 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 |
jackh726
commented
Jan 5, 2021
This does seem to basically revert the perf changes seen in ##73503 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rust-log-analyzer
commented
Jan 7, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rust-log-analyzer
commented
Jan 7, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
e572047 to
ad957abComparebors
commented
Jan 12, 2021
☔ The latest upstream changes (presumably #80499) made this pull request unmergeable. Please resolve the merge conflicts. |
ad957ab to
2e37ee0Comparebors
commented
Jan 14, 2021
☔ The latest upstream changes (presumably #79328) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Jan 17, 2021
⌛ Trying commit c76f478 with merge 87554a65d9da075171df1642c8b1708dd8782a8e... |
bors
commented
Jan 17, 2021
☀️ Try build successful - checks-actions |
rust-timer
commented
Jan 17, 2021
Queued 87554a65d9da075171df1642c8b1708dd8782a8e with parent 49d7889, future comparison URL. @rustbot label: +S-waiting-on-perf |
rust-timer
commented
Jan 17, 2021
Finished benchmarking try commit (87554a65d9da075171df1642c8b1708dd8782a8e): 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 |
Uh oh!
There was an error while loading. Please reload this page.
lcnr
commented
Jan 17, 2021
r=me after that, perf looks good enough |
jyn514
commented
Jan 17, 2021
@bors delegate=jackh726 |
bors
commented
Jan 17, 2021
✌️ @jackh726 can now approve this pull request |
rust-log-analyzer
commented
Jan 17, 2021
The job Click to see the possible cause of the failure (guessed by this bot) |
jackh726
commented
Jan 17, 2021
@bors r=lcnr |
bors
commented
Jan 17, 2021
📌 Commit c4376ba has been approved by |
bors
commented
Jan 17, 2021
bors
commented
Jan 17, 2021
☀️ Test successful - checks-actions |
Remove PredicateKind and instead only use Binder<PredicateAtom> Originally brought up in rust-lang#76814 (comment) r? `@lcnr`
Originally brought up in #76814 (comment)
r? @lcnr