You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/util/defaults.ml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ let _ = ()
172
172
; reg Experimental"exp.solver.td3.space""false""Should the td3 solver only keep values at widening points?"
173
173
; reg Experimental"exp.solver.td3.space_cache""true""Should the td3-space solver cache values?"
174
174
; 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]."
176
176
; reg Experimental"exp.uninit-ptr-safe""false""Assume that uninitialized stack-allocated pointers may only point to variables not in the program or null."
177
177
; reg Experimental"exp.ptr-arith-safe""false""Assume that pointer arithmetic only yields safe addresses."
0 commit comments