Commit 3ea7e6f
authored
[NFC] Update a comment about synchronization in GUFA (#7312)
The comment mentioned that in principle we might be able to optimize
atomic struct.gets when we know what the stored value we are loading
will be. This is not correct because the write and the read would still
create a synchronization edge in that case. Update the comment
accordingly.1 parent 54abcfe commit 3ea7e6f
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
| 156 | + | |
160 | 157 | | |
161 | 158 | | |
162 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6171 | 6171 | | |
6172 | 6172 | | |
6173 | 6173 | | |
6174 | | - | |
| 6174 | + | |
| 6175 | + | |
6175 | 6176 | | |
6176 | 6177 | | |
6177 | 6178 | | |
6178 | 6179 | | |
6179 | 6180 | | |
6180 | | - | |
| 6181 | + | |
| 6182 | + | |
6181 | 6183 | | |
6182 | 6184 | | |
6183 | 6185 | | |
6184 | 6186 | | |
6185 | 6187 | | |
6186 | | - | |
| 6188 | + | |
| 6189 | + | |
6187 | 6190 | | |
6188 | 6191 | | |
6189 | 6192 | | |
| |||
0 commit comments