rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.79k stars 261 forks source link

Ordering and accesses _across_ memory locations #303

Closed getreu closed 2 years ago

getreu commented 3 years ago

Explain when orderings matter: only when accessing across multiple memory locations.

This summarizes a discussion on Reddit about the subject