Skip to content

Commit cbf5944

Browse files
Fix description of exp.fast_global_inits
1 parent 4bab86d commit cbf5944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/defaults.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ let _ = ()
172172
; reg Experimental "exp.solver.td3.space" "false" "Should the td3 solver only keep values at widening points?"
173173
; reg Experimental "exp.solver.td3.space_cache" "true" "Should the td3-space solver cache values?"
174174
; reg Experimental "exp.solver.td3.space_restore" "true" "Should the td3-space solver restore values for non-widening-points? Needed for inspecting output!"
175-
; reg Experimental "exp.fast_global_inits" "true" "Only generate 'a[0] = 0' for a zero-initialized array a[n]. This is only sound for our flat array domain! TODO change this once we use others!"
175+
; reg Experimental "exp.fast_global_inits" "true" "Only generate 'a[MyCFG.all_array_index_exp] = 0' for a zero-initialized array a[n]."
176176
; reg Experimental "exp.uninit-ptr-safe" "false" "Assume that uninitialized stack-allocated pointers may only point to variables not in the program or null."
177177
; reg Experimental "exp.ptr-arith-safe" "false" "Assume that pointer arithmetic only yields safe addresses."
178178
; reg Experimental "exp.witness_path" "'witness.graphml'" "Witness output path"

0 commit comments

Comments
 (0)