Skip to content

Commit

Permalink
Undo setting mutex-meet-tid privatization in autotuner
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Nov 22, 2023
1 parent 8ae1172 commit 06f543a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/autoTune.ml
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ let focusOnMemSafetySpecification (spec: Svcomp.Specification.t) =
set_bool "cil.addNestedScopeAttr" true;
print_endline @@ "Specification: ValidDeref -> enabling memOutOfBounds analysis \"" ^ (String.concat ", " memOobAna) ^ "\"";
enableAnalyses memOobAna;
(* Set privatization to mutex-meet-tid *)
set_string "ana.base.privatization" "mutex-meet-tid";
(* Required for mutex-meet-tid privatization *)
GobConfig.set_auto "ana.path_sens[+]" "threadflag";
| ValidMemtrack
| ValidMemcleanup -> (* Enable the memLeak analysis *)
let memLeakAna = ["memLeak"] in
Expand Down

0 comments on commit 06f543a

Please sign in to comment.