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: improve profile update for loop inversion #85265

Merged
merged 2 commits into from
Apr 25, 2023

Commits on Apr 24, 2023

  1. JIT: improve profile update for loop inversion

    If the loop test block has multiple predecessors we will not do proper
    profile updates. This can lead to downstream problems with block layout
    (say leaving a cold block in a loop).
    
    Fix by changing how we compute the amount of profile that should remain
    in the test block.
    
    Fixes dotnet#84319.
    AndyAyersMS committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2d1c41c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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