Uh oh!
There was an error while loading. Please reload this page.
Introduce hir::ExprKind::Let - Take 2 - #80357
Conversation
rust-highfive
commented
Dec 24, 2020
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
davidtwco
commented
Dec 31, 2020
r? @matthewjasper for after #79328 lands :) |
This comment has been minimized.
This comment has been minimized.
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.
Hi @matthewjasper. Thanks for the review! The current status of this PR is "pretty bare bones". Sorry for the lack of work :P |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
fd37ff9 to
f3c0046Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
hir::ExprKind::Let - Take 2hir::ExprKind::Let - Take 2
This comment has been minimized.
This comment has been minimized.
matthewjasper
commented
Aug 15, 2021
@bors r+ |
1 similar comment
matthewjasper
commented
Aug 15, 2021
@bors r+ |
bors
commented
Aug 15, 2021
📌 Commit 6aa9937 has been approved by |
bors
commented
Aug 16, 2021
bors
commented
Aug 16, 2021
☀️ Test successful - checks-actions |
c410-f3r
commented
Aug 16, 2021
At last! Thanks @matthewjasper |
rylev
commented
Aug 17, 2021
This change introduced some mixed performance results. The largest changes are performance wins, but regressions outweight improvements in terms of numbers. Interestingly, many of the regressions were in full builds, and I'm not quite sure why that would be. As part of the performance triage process, I'm marking this as a performance regression. If you believe this performance regression to be justifiable or once you have an issue or PR that addresses this regression, please mark this PR with the label @rustbot label +perf-regression |
matthewjasper
commented
Aug 22, 2021
Hmm, I can't see anything from the by query times, so maybe this is a case where codegen has been slightly regressed resulting in a slower rustc. I'll investigate some more and create a PR soon if I find anything. |
Builds on #68577 and depends on #79328.
cc #53667