Previous | Next --- Slide 61 of 65
Back to Lecture Thumbnails
pdp

This is not a load into exclusive state because of isolation property of transactional memory - no other code sees the changes till the transaction commits. Hence, no need to notify about the write to other processors till the transaction commits.

kayvonf

@pdp. Excellent comment. This is an important thing to note on this slide.