From: jjenista Date: Wed, 10 Nov 2010 00:00:07 +0000 (+0000) Subject: alter RCR params, remove unused macro X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7657c5a0444212f7c16393f1da6f29ac49b27d31;p=IRC.git alter RCR params, remove unused macro --- diff --git a/Robust/src/Runtime/oooJava/hashStructure.h b/Robust/src/Runtime/oooJava/hashStructure.h index 4e324c65..f4244bc0 100644 --- a/Robust/src/Runtime/oooJava/hashStructure.h +++ b/Robust/src/Runtime/oooJava/hashStructure.h @@ -28,9 +28,8 @@ #define TRUE 1 #define FALSE 0 -#define RNUMBINS 64 -#define RNUMREAD 64 -#define RNUMRENTRY 256 +#define RNUMBINS 131072 +#define RNUMREAD 24 #define RH_MASK (RNUMBINS)-1 //Note: put resolved things at the end and unresolved at the front.