Commit f4534d1
authored
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).1 parent 060a492 commit f4534d1
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1201 | 1201 | | |
1202 | 1202 | | |
1203 | 1203 | | |
1204 | | - | |
| 1204 | + | |
1205 | 1205 | | |
1206 | 1206 | | |
1207 | 1207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2881 | 2881 | | |
2882 | 2882 | | |
2883 | 2883 | | |
| 2884 | + | |
2884 | 2885 | | |
2885 | 2886 | | |
2886 | 2887 | | |
| |||
2890 | 2891 | | |
2891 | 2892 | | |
2892 | 2893 | | |
2893 | | - | |
| 2894 | + | |
2894 | 2895 | | |
2895 | 2896 | | |
2896 | 2897 | | |
| |||
4690 | 4691 | | |
4691 | 4692 | | |
4692 | 4693 | | |
4693 | | - | |
| 4694 | + | |
4694 | 4695 | | |
4695 | 4696 | | |
4696 | 4697 | | |
| |||
0 commit comments