Skip to content

Commit

Permalink
Update comment about unknown function spawn sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Oct 25, 2024
1 parent 5e7c5c7 commit 7a595a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/constraints.ml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct
(* unknown function *)
M.error ~category:Imprecise ~tags:[Category Unsound] "Created a thread from unknown function %s" f.vname;
(* actual implementation (e.g. invalidation) is done by threadenter *)
(* must still sync for side effects, e.g. none privatization soundness in 02-base/51-spawn-special *)
(* must still sync for side effects, e.g. old sync-based none privatization soundness in 02-base/51-spawn-special *)
let rec sync_ctx =
{ ctx with
ask = (fun (type a) (q: a Queries.t) -> S.query sync_ctx q);
Expand Down

0 comments on commit 7a595a1

Please sign in to comment.