dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.42k stars 199 forks source link

[NativeAOT-LLVM] Fix a determinism issue in `lowerSpillTempsLiveAcrossSafePoints` #2299

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

And stop spilling frozen objects.

Encountered in #2297.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm

Required for #2297.