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

Allocate HIR on an arena 4/4 #67032

Merged
merged 8 commits into from
Dec 31, 2019
Merged

Allocate HIR on an arena 4/4 #67032

merged 8 commits into from
Dec 31, 2019

Commits on Dec 30, 2019

  1. Remove HirVec from Generics.

    cjgillot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    aa3678d View commit details
    Browse the repository at this point in the history
  2. Retire HirVec.

    cjgillot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    e2c9dd7 View commit details
    Browse the repository at this point in the history
  3. Retire hir::ptr.

    cjgillot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    e569ada View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d74e9b View commit details
    Browse the repository at this point in the history
  5. Avoid a few allocations.

    cjgillot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    4d77382 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f05d12 View commit details
    Browse the repository at this point in the history
  7. Reduce allocations.

    cjgillot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    be6cb63 View commit details
    Browse the repository at this point in the history
  8. Enlarge smallvec.

    cjgillot committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    ac8c0f4 View commit details
    Browse the repository at this point in the history