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 Statement. #55346

Merged
merged 1 commit into from
Oct 26, 2018
Merged

Shrink Statement. #55346

merged 1 commit into from
Oct 26, 2018

Commits on Oct 25, 2018

  1. Shrink Statement.

    This commit reduces the size of `Statement` from 80 bytes to 56 bytes on
    64-bit platforms, by boxing the `AscribeUserType` variant of
    `StatementKind`.
    
    This change reduces instruction counts on most benchmarks by 1--3%.
    nnethercote committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    38d9277 View commit details
    Browse the repository at this point in the history