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: don't ask for all write barrer helpers for AOT #97677

Merged

Commits on Jan 29, 2024

  1. JIT: don't ask for all write barrer helpers for AOT

    Fixes an issue introduced by dotnet#97535. AOT hosts don't support all the
    possible write barriers and blow things up if the JIT asks for ones
    they don't support.
    AndyAyersMS committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4db68df View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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