From: Marco Costalba Date: Sat, 1 Dec 2012 12:51:14 +0000 (+0100) Subject: Add eval cache infrastructure X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=4e5d834e8e25c1120269fe3d0f20220ef2056cb8;hp=4e5d834e8e25c1120269fe3d0f20220ef2056cb8 Add eval cache infrastructure With this patch series we want to introduce a per-thread evaluation cache to store node evaluation and do not rely anymore on the TT table for this. This patch just introduces the infrastructure. No functional change. ---