Skip to content

Commit 6da345f

Browse files
Merge pull request #1700 from jasonrandrews/review
Fix broken link to image in memory model Learning Path
2 parents 6fe1463 + df06565 commit 6da345f

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/arm-cpp-memory-model

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/arm-cpp-memory-model/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MULT R3, #R1, #5 // B
3030

3131
- **Hardware Perceived Order**: This is the perspective observed by other devices in the system, which can differ if the hardware buffers writes or merges memory operations. Crucially, the hardware-perceived order can vary between CPU architectures, for example between x86 and Arm, and this should be considered when porting applications. An abstract diagram from the academic paper is shown below [Maranget et. al, 2012]. A write operation in one of the 5 threads in the pentagon below may propagate to the other threads in any order.
3232

33-
![abstract_model](./Abstract_model.png)
33+
![abstract_model](./multi-copy-atomic.png)
3434

3535
## High-level differences between the Arm memory model and the x86 memory model
3636

0 commit comments

Comments
 (0)