Uh oh!
There was an error while loading. Please reload this page.
Revert most of MaybeUninit, except for the new API itself - #54554
Conversation
rust-highfive
commented
Sep 25, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
RalfJung
commented
Sep 25, 2018
@rust-lang/wg-compiler-performance I'd prefer to also include 96572cb but wasn't sure if you'd be happy with that. |
nagisa
commented
Sep 25, 2018
Do we know why the regression occurred? |
withoutboats
commented
Sep 25, 2018
RalfJung
commented
Sep 25, 2018
@nagisa No. Don't have time to do any research right now, I am on a conference. But my preliminary plan was to then re-submit "half" of the remaining commits and see if perf complains, etc. My guess is that it's the |
nagisa
commented
Sep 25, 2018
@bors r+ |
bors
commented
Sep 25, 2018
📌 Commit b595e4f82377bb2c50201b3fc8b1f528cdc49b93 has been approved by |
bors
commented
Sep 26, 2018
☔ The latest upstream changes (presumably #54575) made this pull request unmergeable. Please resolve the merge conflicts. |
nagisa
commented
Sep 27, 2018
@RalfJung this wants a rebase. |
RalfJung
commented
Sep 27, 2018
via email
I am on a conference, not sure if I can get to this before the weekend. Anyone, feel free to take over. |
RalfJung
commented
Sep 29, 2018
Rebase done. @bors r=nagisa |
bors
commented
Sep 29, 2018
📌 Commit 546e45a has been approved by |
kennytm
commented
Sep 29, 2018
@bors p=15 rollup fairness |
bors
commented
Sep 29, 2018
Revert most of MaybeUninit, except for the new API itself This reverts most of #53508 for perf reasons (first commit reverts that entire PR), except for the new API itself (added back in 2nd commit).
bors
commented
Sep 29, 2018
☀️ Test successful - status-appveyor, status-travis |
nnethercote
commented
Oct 25, 2018
The final perf improvements from this landing are here. |
This reverts most of #53508 for perf reasons (first commit reverts that entire PR), except for the new API itself (added back in 2nd commit).