X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=config.h;h=109e8d86097ab55c545705f0059c544bb01b9738;hb=d2cbbe4ce6d8f6e1aa23b8fe639ed58edf1789b7;hp=16a41d7a1f49ede60cbdc3ac94d09ccfa30c7581;hpb=5485feb8f53f4fe816b08d854fc3e82b00c33b0b;p=model-checker.git diff --git a/config.h b/config.h index 16a41d7..109e8d8 100644 --- a/config.h +++ b/config.h @@ -13,7 +13,7 @@ /** Turn on support for dumping cyclegraphs as dot files at each * printed summary.*/ -#define SUPPORT_MOD_ORDER_DUMP 1 +#define SUPPORT_MOD_ORDER_DUMP 0 /** Do we have a 48 bit virtual address (64 bit machine) or 32 bit addresses. * Set to 1 for 48-bit, 0 for 32-bit. */ @@ -27,9 +27,11 @@ /** Snapshotting configurables */ -/** If USE_MPROTECT_SNAPSHOT=1, then snapshot by using mmap() and mprotect() +/** + * If USE_MPROTECT_SNAPSHOT=2, then snapshot by tuned mmap() algorithm + * If USE_MPROTECT_SNAPSHOT=1, then snapshot by using mmap() and mprotect() * If USE_MPROTECT_SNAPSHOT=0, then snapshot by using fork() */ -#define USE_MPROTECT_SNAPSHOT 1 +#define USE_MPROTECT_SNAPSHOT 2 /** Size of signal stack */ #define SIGSTACKSIZE 32768