Uh oh!
There was an error while loading. Please reload this page.
Rerevert "Remove checked_add in Layout::repeat" - #69743
Conversation
ecstatic-morse
commented
Mar 5, 2020
@bors try |
rust-timer
commented
Mar 5, 2020
Awaiting bors try build completion |
bors
commented
Mar 5, 2020
⌛ Trying commit 04e9877 with merge 4bfc61c90b9066ee396739e074d6d05abcfda04e... |
nnethercote
commented
Mar 5, 2020
bors
commented
Mar 5, 2020
📌 Commit 04e9877 has been approved by |
ecstatic-morse
commented
Mar 10, 2020
#69879 resulted in very similar perf changes to this PR. That rollup includes #69799, which makes changes to @bors try |
bors
commented
Mar 10, 2020
🙅 Please do not |
rust-timer
commented
Mar 10, 2020
Awaiting bors try build completion |
ecstatic-morse
commented
Mar 10, 2020
bors
commented
Mar 10, 2020
Rerevert "Remove checked_add in Layout::repeat" This change, which originated in #67174 and was reapplied in #69544, seems to have caused a noticeable slowdown in patched/clean incremental builds (see #69710). Revert it for now while we investigate the underlying issue. r? @nnethercote
bors
commented
Mar 10, 2020
☀️ Try build successful - checks-azure |
rust-timer
commented
Mar 10, 2020
Queued 0f376b8 with parent dd155df, future comparison URL. |
rust-timer
commented
Mar 11, 2020
Finished benchmarking try commit 0f376b8, comparison URL. |
ecstatic-morse
commented
Mar 11, 2020
It seems that whatever optimization was made possible by this revert was also enabled by #69799. Closing. |
This change, which originated in #67174 and was reapplied in #69544, seems to have caused a noticeable slowdown in patched/clean incremental builds (see #69710). Revert it for now while we investigate the underlying issue.
r? @nnethercote