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

perf: Revert accidental inclusion of a part of #69218 #71996

Merged
merged 2 commits into from
May 27, 2020

Commits on May 7, 2020

  1. perf: Revert accidental inclusion of a part of rust-lang#69218

    This was accidentally included in rust-lang#69494 after a rebase and given
    how much `inflate` and `keccak` stresses the obligation forest seems
    like a likely culprit to the regression in those benchmarks.
    
    (It is necessary in rust-lang#69218 as obligation forest needs to accurately
    track the root variables or unifications will get lost)
    Markus Westerlind committed May 7, 2020
    Configuration menu
    Copy the full SHA
    1d8489c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. perf: Add inline on commonly used methods added in 69464

    Reclaims most of the regression in inflate
    Markus Westerlind committed May 24, 2020
    Configuration menu
    Copy the full SHA
    ebc7eda View commit details
    Browse the repository at this point in the history