]> git.sesse.net Git - stockfish/commitdiff
Retire pv[] from SearchStack
authorMarco Costalba <mcostalba@gmail.com>
Sat, 26 Jun 2010 14:05:38 +0000 (15:05 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 26 Jun 2010 14:13:39 +0000 (15:13 +0100)
Extract PV info from TT instead of using
a set of arrays. This is almost equivalent
except for cases when TT is full and the PV entry
is overwritten, but this is very rare.

(Almost) No functional change

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found