Previous | Next --- Slide 12 of 34
Back to Lecture Thumbnails
monster

Here SC means Sequential Consistency.

monster

I think conflict here means that suppose two processors T1 and T2 both write to a memory space A at the same time, then some processors will first observe value from T1 then from T2, while some other processors will first observe value from T2 and then from T1.

pebbled

@monster This notion of conflict is more broad than that. It also includes the pair of one read and one write to the same address.