-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
box large variants in MIR #41926
box large variants in MIR #41926
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?
@bors r+ |
📌 Commit c85501b has been approved by |
@arielb Will this be in tonight's Nightly? (assuming the tests pass) |
It won’t be in tonight’s nightly, no. Building rustc from source is described in the readme. |
box large variants in MIR 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? cc rust-lang#36799 (@urschrei - does ostn15_phf compile with this PR?) r? @eddyb
box large variants in MIR 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? cc rust-lang#36799 (@urschrei - does ostn15_phf compile with this PR?) r? @eddyb
box large variants in MIR 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? cc rust-lang#36799 (@urschrei - does ostn15_phf compile with this PR?) r? @eddyb
I want perf stats. Let's merge this out of rollup @bors p=100 |
⌛ Testing commit c85501b with merge ac46f79... |
💔 Test failed - status-travis |
@bors: retry
Fixed by mozilla/sccache#119 I'll prepare some new builds |
This commit updates the sccache binaries to fix a cache load failure seen on rust-lang#41926, fixed by mozilla/sccache#119
PR for that fix: #41955 |
⌛ Testing commit c85501b with merge e17a122... |
☀️ Test successful - status-appveyor, status-travis |
Update sccache binaries to mozilla/sccache@d3627d766 This commit updates the sccache binaries to fix a cache load failure seen on #41926, fixed by mozilla/sccache#119
Discussed in the compiler team meeting and accepted for backporting. @arielb1 will kindly take care of it. |
[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?
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?
cc #36799 (@urschrei - does ostn15_phf compile with this PR?)
r? @eddyb