Skip to content
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 hir::Expr slightly #37577

Merged
merged 2 commits into from
Nov 6, 2016
Merged

Conversation

nnethercote
Copy link
Contributor

#37445 shrunk hir::Expr by 80 bytes. This PR shaves another 16 bytes off, which will help #36799 a little.

r? @eddyb

On 64-bit platforms this reduces the size of `Expr` from 96 bytes to 88
bytes.
On 64-bit platforms this reduces the size of `Expr_` from  64 bytes to
56 bytes, and reduces the size of `Expr` from 88 bytes to 80 bytes.
@eddyb
Copy link
Member

eddyb commented Nov 4, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Nov 4, 2016

📌 Commit 43452a3 has been approved by eddyb

sophiajt pushed a commit to sophiajt/rust that referenced this pull request Nov 4, 2016
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Nov 4, 2016
bors added a commit that referenced this pull request Nov 5, 2016
sophiajt pushed a commit to sophiajt/rust that referenced this pull request Nov 5, 2016
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Nov 5, 2016
bors added a commit that referenced this pull request Nov 6, 2016
@bors bors merged commit 43452a3 into rust-lang:master Nov 6, 2016
@nnethercote nnethercote deleted the shrink-Expr-slightly branch November 6, 2016 21:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants