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: fix stress issue with profile consistency #101259

Merged

Commits on Apr 18, 2024

  1. JIT: fix stress issue with profile consistency

    In rare cases profile stress will put weight on unreachable preds of
    loop blocks, throwing off the cyclic probability computations.
    
    Fix by ignoring such preds.
    AndyAyersMS committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    17c44cd View commit details
    Browse the repository at this point in the history