optimization...don't calloc the datarace tables every single time...it is really...
[c11tester.git] / config.h
index 227c9a9c7a5df0586b84c254eaab5f431bd58559..94885427b3df46782b27ccb5ded48a6fac1e8c36 100644 (file)
--- a/config.h
+++ b/config.h
@@ -48,5 +48,6 @@
 /* Size of stack to allocate for a thread. */
 #define STACK_SIZE (1024 * 1024)
 
+#define SHADOWBASETABLES 4
 
 #endif