You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in methods without .localsinit (#115568)
If we skip storing a field local because we know it is dead, then assertions
about the struct local are no longer valid, so invalidate them in that case.
Without this change we could end up using the assertion about the struct local
to remove a future store to the particular field, which would leave no zeroing
of that field, and would be observable.
0 commit comments