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
[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.
0 commit comments