2005-05-27 17:46:23 -04:00
|
|
|
$OpenBSD: patch-src_cilutil_ml,v 1.3 2005/05/27 21:46:23 avsm Exp $
|
2005-05-27 02:31:52 -04:00
|
|
|
--- src/cilutil.ml.orig Mon Jan 31 09:56:18 2005
|
2005-05-27 17:46:23 -04:00
|
|
|
+++ src/cilutil.ml Fri May 27 09:00:55 2005
|
|
|
|
@@ -52,6 +52,10 @@ maintain a separate stack for return add
|
2004-06-21 14:53:12 -04:00
|
|
|
let doHeapify = ref false (* move stack-allocated arrays to the heap *)
|
|
|
|
let makeCFG = ref false (* turn the input CIL file into something more like
|
|
|
|
* a CFG *)
|
2005-05-27 17:46:23 -04:00
|
|
|
+let nullInt = ref false (* look for int and NULL comparisons *)
|
|
|
|
+let kernelTrace = ref false (* add tracing calls into the kernel *)
|
|
|
|
+let randomVars = ref false (* randomize uninitialized variables *)
|
2004-06-21 14:53:12 -04:00
|
|
|
+
|
|
|
|
let printStats = ref false
|
|
|
|
|
|
|
|
(* when 'sliceGlobal' is set, then when 'rmtmps' runs, only globals*)
|