From: Marco Costalba Date: Mon, 30 Mar 2009 07:54:09 +0000 (+0100) Subject: Remember when TT value equals static evaluation value X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=6a8e46d53efca6dd56a396b32f43bef9f95127d6;hp=6a8e46d53efca6dd56a396b32f43bef9f95127d6 Remember when TT value equals static evaluation value When the stored TT value equals the static value set a proper flag so to not call evaluation() if we hit the same position again but use the stored TT value instead. This is another trick to avoid calling costly evaluation() in qsearch. No functional change. Signed-off-by: Marco Costalba ---