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: better support for patchpoints in try regions #59784

Merged

Commits on Sep 29, 2021

  1. JIT: better support for patchpoints in try regions

    This change adds control flow to ensure that an OSR method for a patchpoint
    nested in try regions enters those regions try from the first block of each
    try rather than mid-try.
    
    This lets these OSR methods conform to the data flow expectations that the
    only way control flow can enter a try is via its first block.
    
    See dotnet#33658 for more details on the approach taken here.
    
    Fixes dotnet#35687.
    AndyAyersMS committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    35b32e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

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

Commits on Oct 4, 2021

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

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    c362498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0094352 View commit details
    Browse the repository at this point in the history