]> git.sesse.net Git - stockfish/commit
Skip TT_MOVES phase when possible
authorMarco Costalba <mcostalba@gmail.com>
Sun, 30 Aug 2009 16:17:44 +0000 (17:17 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 30 Aug 2009 19:10:09 +0000 (20:10 +0100)
commit1130c8d8153b2132c4352324421f342e9c50b08e
tree2ca92a0f06e2ec5ad06b1a47fe2b2b7fba478f0d
parent607ac0687a53c764ad548932d35e651c540f4764
Skip TT_MOVES phase when possible

If we don't have tt moves to search skip the
useless loop associated with TT_MOVES phase.

Another 1% speed boost that brings this series
to a +6.2% against original revision 595a90df

No functional change.

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