Skip to content
Snippets Groups Projects
Commit ce7591fc authored by Simon Friis Vindum's avatar Simon Friis Vindum
Browse files

Implement new approach to proof of original variant

parent e5d87d29
Branches
Tags appendix-1
No related merge requests found
......@@ -88,7 +88,7 @@ Definition MS_enqueue :=
(* c = InjL ... Tail is nil, we can try to insert now *)
(If
(CAS (Var 2 (* c *)) (Var 1 (* t *)) (Var 5 (* n *)))
(* Insertion succeeded, we are done *)
(* Insertion succeeded *)
(Seq
(* Update the tail pointer *)
(Store (Var 8 (* tail *)) (Var 5 (* n *)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment