|
|
|
|
|
by agalunar
1422 days ago
|
|
> If a piece of code B loads the contents of memory where a piece of code A writes that's before B, then you can never execute B before or in parallel with A. This is a description of what a data dependency is; I'm still not sure what your point is regarding mutable data structures specifically. |
|