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

JIT: update block weight for uncond to cond flow opt #98324

Merged
merged 3 commits into from
Feb 27, 2024

Commits on Feb 12, 2024

  1. JIT: update block weight for uncond to cond flow opt

    This optimization duplicates code and flow in a BBJ_COND successor into one of its
    preds; as a result the weight of the successor should decrease.
    
    Fixes some issues seen with odd perf scores in the ML/CSE experiment.
    
    Contributes to dotnet#93020
    AndyAyersMS committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d1483c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    21c44de View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. more ambitious fix

    AndyAyersMS committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f329bc9 View commit details
    Browse the repository at this point in the history