]> git.sesse.net Git - stockfish/commit
Lookup TT for eval also in PV nodes
authorMarco Costalba <mcostalba@gmail.com>
Sat, 8 May 2010 12:12:46 +0000 (13:12 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 8 May 2010 12:12:46 +0000 (13:12 +0100)
commit276513c19f333eebb2405cb4eea0bb6f8cc31a7b
tree6c679f62eba041218ff0f8c60455ffbe235b9215
parent9643d7524ee905e09491b1bc558ee3d0f6e1d16f
Lookup TT for eval also in PV nodes

We don't need to evaluate the position if it
is already cached in TT. We already do this
in non-PV case.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp