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
strengthen setglobal to default to release-consume ordering (#47742)
In looking at a TSAN report recently, I noticed that globals were
getting stored as atomic-unordered (since c92ab5e#44182), instead
of atomic-release as intended (since
46135df#45484).
0 commit comments