mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Proofreading SharedMemory
This commit is contained in:
parent
b74bc4b248
commit
df4016a2c3
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ Qed.
|
|||
* technique to also harness commutativity of operations that *do* depend on the
|
||||
* shared state, but in particular controlled ways? Why, yes we can! The most
|
||||
* popular such technique from the model-checking world is
|
||||
* *partial order reduction*. *)
|
||||
* *partial-order reduction*. *)
|
||||
|
||||
(* First, here's an example where we should be able to do better than allowing
|
||||
* either thread to run in every step, as we model-check. *)
|
||||
|
|
Loading…
Reference in a new issue