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 assert seen in some OSR cases #68048

Merged
merged 2 commits into from
Apr 15, 2022
Merged

Commits on Apr 14, 2022

  1. JIT: fix assert seen in some OSR cases

    As a result of dotnet#67884, OSR compilations were looking at data in the
    `gsShadowVarInfo` array in cases where it was not initialized.
    
    Fix is to defer allocating the `gsShadowVarInfo` array until it's certain
    it will be initialized.
    
    Fixes dotnet#68003.
    AndyAyersMS committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8fe7396 View commit details
    Browse the repository at this point in the history
  2. better fix

    AndyAyersMS committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    acd6d0d View commit details
    Browse the repository at this point in the history