X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=config.h;h=971ea27d2705ceabc3d43c8c06e6a0a60dd01077;hb=58381d5994f91544f907e1066a02befda11da7c1;hp=16a41d7a1f49ede60cbdc3ac94d09ccfa30c7581;hpb=5485feb8f53f4fe816b08d854fc3e82b00c33b0b;p=model-checker.git diff --git a/config.h b/config.h index 16a41d7..971ea27 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,12 +27,14 @@ /** 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 +#define SIGSTACKSIZE 65536 /** Page size configuration */ #define PAGESIZE 4096