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

[release/6.0] JIT: fix scalability issue in redundant branch optimizer #68972

Merged
merged 1 commit into from
May 14, 2022

Commits on May 6, 2022

  1. JIT: fix scalability issue in redundant branch optimizer

    In methods with long skinny dominator trees and lots of redundant branches
    the jit can spend too much time trying to optimize the branches.
    
    Place a limit on the number of redundant branches with matching VNs that
    the jit will consider for a given branch.
    
    Fixes #66067.
    AndyAyersMS authored and github-actions committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ab76be2 View commit details
    Browse the repository at this point in the history