From de0c9e84ca6e41d5cb7c9691edc5918d417c265d Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Sat, 22 May 2010 11:51:22 +0300 Subject: [PATCH] Drop TTClusterSize from 5 to 4 Very small obvious functional change Signed-off-by: Marco Costalba --- src/tt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tt.h b/src/tt.h index 272e752b..530cc405 100644 --- a/src/tt.h +++ b/src/tt.h @@ -74,7 +74,7 @@ private: /// This is the number of TTEntry slots for each position -const int ClusterSize = 5; +const int ClusterSize = 4; /// Each group of ClusterSize number of TTEntry form a TTCluster /// that is indexed by a single position key. Cluster is padded -- 2.39.2