•Since
sequential consistency is so strict, alternative schemes allow reordering of
reads and
writes to improve performance
•total
store ordering (TSO)
•partial
store ordering (PSO)
•relaxed
memory ordering (RMO)
•processor
consistency (PC)
•weak
ordering (WO)
•release
consistency (RC)
•Many
are difficult to use in practice