Skip to content
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

Shrink hir::Expr slightly #37577

Merged
merged 2 commits into from
Nov 6, 2016
Merged

Commits on Nov 4, 2016

  1. Reorder hir::Expr fields.

    On 64-bit platforms this reduces the size of `Expr` from 96 bytes to 88
    bytes.
    nnethercote committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    9366ba3 View commit details
    Browse the repository at this point in the history
  2. Shrink Expr_::ExprStruct.

    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.
    nnethercote committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    43452a3 View commit details
    Browse the repository at this point in the history