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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tt.h b/src/tt.h index 272e752..530cc40 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 -- 1.7.0.4