-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.7.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:
GCC version of the same primitives are using plain loads/stores while C11 ones where using the default behavior of all atomic operations ie sequentially consistent ordering.
Sequential consistent ordering is heavy-weight and should be relaxed if not necessary.
- links to