X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=config.h;h=109e8d86097ab55c545705f0059c544bb01b9738;hb=547377c72c02a7831b63f5c7aa2ac2559109907c;hp=ab54e3abe68e12e8199976dfb415d188dff54258;hpb=e309adaee27786a638bcd44303ecb88351074257;p=model-checker.git diff --git a/config.h b/config.h index ab54e3a..109e8d8 100644 --- a/config.h +++ b/config.h @@ -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