This was a helpful reminder to me that memory consistency is about examining the potential reordering of reads and writes to different addresses within a thread (so that we can have data races across threads)
Please log in to leave a comment.
This was a helpful reminder to me that memory consistency is about examining the potential reordering of reads and writes to different addresses within a thread (so that we can have data races across threads)