-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Shrink mir::Statement
.
#59630
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Shrink mir::Statement
.
#59630
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 3e36c65110e5141bb0825265543db5425795edbc has been approved by |
Rollup of 8 pull requests Successful merges: - #59262 (Remove duplicated code from Iterator::{ne, lt, le, gt, ge}) - #59286 (Refactor async fn return type lowering) - #59444 (Implement useful steps_between for all integers) - #59452 (Speed up rustdoc run a bit) - #59533 (Support allocating iterators with arenas) - #59585 (Fixes for shallow borrows) - #59607 (Renames `EvalErrorKind` to `InterpError`) - #59613 (SGX target: convert a bunch of panics to aborts) Failed merges: - #59630 (Shrink `mir::Statement`.) r? @ghost
@bors r- |
☔ The latest upstream changes (presumably #59632) made this pull request unmergeable. Please resolve the merge conflicts. |
@Centril: why did you r-? |
@nnethercote the merge conflict (I knew ahead of time it would conflict before github did) |
The `InlineAsm` variant is extremely rare, and `mir::Statement` often contributes significantly to peak memory usage.
3e36c65
to
d00d639
Compare
@bors r=pnkfelix |
📌 Commit d00d639 has been approved by |
…=pnkfelix Shrink `mir::Statement`. The `InlineAsm` variant is extremely rare, and `mir::Statement` often contributes significantly to peak memory usage.
…=pnkfelix Shrink `mir::Statement`. The `InlineAsm` variant is extremely rare, and `mir::Statement` often contributes significantly to peak memory usage.
The
InlineAsm
variant is extremely rare, andmir::Statement
oftencontributes significantly to peak memory usage.