-
Notifications
You must be signed in to change notification settings - Fork 5k
JIT: don't ask for all write barrer helpers for AOT #97677
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
Conversation
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.
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsFixes an issue introduced by #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.
|
@jakobbotsch PTAL |
Can you also push a quick fix for #96880 (comment) along the way? |
|
Diff results for #97677Throughput diffsThroughput diffs for linux/arm64 ran on windows/x64MinOpts (-0.00% to +0.01%)
Throughput diffs for osx/arm64 ran on windows/x64MinOpts (-0.01% to +0.00%)
Details here |
Going to merge this to fix diffs and to get a new SPMI collection going. The failure is #97688 |
Fixes an issue introduced by #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.