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

Box ItemKind::Impl #80961

Closed
wants to merge 2 commits into from
Closed

Box ItemKind::Impl #80961

wants to merge 2 commits into from

Commits on Jan 13, 2021

  1. Separate out a hir::Impl struct

    This makes it possible to pass the `Impl` directly to functions, instead
    of having to pass each of the many fields one at a time. It also
    simplifies matches in many cases.
    jyn514 committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    84ee982 View commit details
    Browse the repository at this point in the history
  2. Box ItemKind::Impl

    This brings the size of ItemKind down from 128 to 88 bytes.
    Hopefully this will have perf improvements.
    jyn514 committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    5a19fbb View commit details
    Browse the repository at this point in the history