Learning objectives
What you should understand
- Use relaxed operations when only atomicity is required
- Avoid inferring visibility of unrelated data
- Distinguish approximate statistics from synchronization
Lab
Hands-on exercise
Build relaxed telemetry counters beside a correctly synchronized data path.
Deliverable
Evidence of completion
A justification for every memory order and the property it provides.
- Prerequisite
- EP 59