|
|
|
|
|
by Kranar
296 days ago
|
|
It's a common misconception to reason about memory models strictly in terms of hardware. Sequential consistency is a property of a programming language's semantics and can not simply be inferred from hardware. It is possible for hardware operations to all be SC but for the compiler to still provide weaker memory orderings through compiler specific optimizations. |
|