-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[beta] box large variants in MIR #42197
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
Conversation
Operand: 72 -> 24 B Statement: 192 -> 96 B Terminator: 256 -> 112 B librustc translation memory usage: 1795 -> 1669 MB next step would be interning lvalues, I suppose?
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 74fe27f has been approved by |
(not a legit PR build failure, it just failed to clone (#42117) on the OSX builder which wouldn't do anything anyway. Nothing to to retry since bors hasn't had a look yet) |
(realised I have the power to retry jobs, so I did so and all is green) |
@bors p=1 |
⌛ Testing commit 74fe27f with merge f40fad5... |
💔 Test failed - status-travis |
@bors: r=nikomatsakis |
📌 Commit ea239f2 has been approved by |
⌛ Testing commit ea239f2 with merge cf77445... |
💔 Test failed - status-appveyor |
@bors: retry
|
⌛ Testing commit ea239f2 with merge e9f90f7... |
💔 Test failed - status-travis |
@bors retry
|
[beta] box large variants in MIR Beta backport of #41926. Operand: 72 -> 24 B Statement: 192 -> 96 B Terminator: 256 -> 112 B librustc translation memory usage: 1795 -> 1669 MB next step would be interning lvalues, I suppose?
☀️ Test successful - status-appveyor, status-travis |
Beta backport of #41926.
Operand: 72 -> 24 B
Statement: 192 -> 96 B
Terminator: 256 -> 112 B
librustc translation memory usage: 1795 -> 1669 MB
next step would be interning lvalues, I suppose?