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: Mark replacements as dirty after setting GTF_VAR_DEATH #88669

Merged
merged 2 commits into from
Jul 13, 2023

Commits on Jul 11, 2023

  1. JIT: Mark replacements as dirty after setting GTF_VAR_DEATH

    Physically promoted struct locals are marked as dying when their
    remainder dies since all other state is stored in other locals. However,
    when we do this we must also mark all replacements as stale; otherwise
    a future struct use could skip writebacks and effectively introduce new
    uses, invalidating the previously marked last use bit.
    
    Fix dotnet#88616
    jakobbotsch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a167ab1 View commit details
    Browse the repository at this point in the history
  2. Nit and rerun CI

    jakobbotsch committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c87d378 View commit details
    Browse the repository at this point in the history