Skip to content

Commit

Permalink
Merge pull request #6 from vax-r/Fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jserv authored Apr 5, 2024
2 parents 831c503 + a74e1b1 commit 6fb8f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concurrency-primer.tex
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ \subsection{Acquire and release}
We have just examined the acquire and release operations in the context of the lock example from \secref{lock-example}.
You can think of them as ``one-way'' barriers: an acquire operation permits other reads and writes to move past it,
but only in a $before \to after$ direction.
A release works the opposite manner, allowing ctions to move in an $after \to before$ direction.
A release works the opposite manner, allowing actions to move in an $after \to before$ direction.
On \textsc{Arm} and other weakly-ordered architectures, this enables us to eliminate one of the memory barriers in each operation,
such that
Expand Down

0 comments on commit 6fb8f61

Please sign in to comment.