-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
put empty generic lists behind a pointer #44758
Conversation
@bors p=1 r+ |
📌 Commit c1ca233 has been approved by |
problem compiling rustdoc. Very done for today. Will fix on Sunday.
@bors r- |
This reduces the size of hir::Expr from 128 to 88 bytes (!) and shaves 200MB out of rust-lang#36799.
c1ca233
to
e921b32
Compare
@bors r=eddyb |
📌 Commit e921b32 has been approved by |
⌛ Testing commit e921b32 with merge be962b0e0d7cd32f642cb3a304dbf9fc74e2900d... |
💔 Test failed - status-travis |
@bors retry cc @alexcrichton -- possibly an issue with Cargo/crates.io?
|
☀️ Test successful - status-appveyor, status-travis |
This reduces the size of hir::Expr from 128 to 88 bytes (!) and shaves
200MB out of #36799.
This is a performance-sensitive PR so please don't roll it up.
r? @eddyb