Skip to content

Commit 3d57426

Browse files
authored
Merge pull request diffblue#364 from diffblue/add_reachability_slicer
Preparation to use of the reachability slicer before the full-slicer.
2 parents 0ef260a + a536da3 commit 3d57426

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

driver/analyser.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,11 @@ def run_program_slicing(
125125

126126
command = (
127127
get_goto_instrument_pathname() + " " +
128+
# "--reachability-slice " +
128129
"--full-slice " +
129-
"--verbosity " + str(1) + " " +
130+
"--verbosity " + str(verbosity) + " " +
130131
cfg["goto_binary_file"] + " " +
131132
dst_goto_program_fname + " " +
132-
"--full-slice " +
133-
"--verbosity " + str(verbosity) + " " +
134133
"--save-code-statistics " + dst_goto_stats_fname
135134
)
136135
prof_calling_goto_instrument_start_time = time.time()

0 commit comments

Comments
 (0)