From 7657c5a0444212f7c16393f1da6f29ac49b27d31 Mon Sep 17 00:00:00 2001 From: jjenista Date: Wed, 10 Nov 2010 00:00:07 +0000 Subject: [PATCH] alter RCR params, remove unused macro --- Robust/src/Runtime/oooJava/hashStructure.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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. -- 2.34.1