]> git.sesse.net Git - stockfish/commit
Write the LogFile only at the end of an iteration
authorMarco Costalba <mcostalba@gmail.com>
Sun, 13 Feb 2011 10:13:54 +0000 (11:13 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 13 Feb 2011 10:45:49 +0000 (11:45 +0100)
commit4ead60e2a77892dbeedb36f4557da5eba2f0558b
treee9e9fb1267f2c691d82c1add87ccdc05883ff718
parent2786aed19554dee742013d438742adae03a3ef8c
Write the LogFile only at the end of an iteration

Skip writing fail high/low sequences. Note that we don't need
fail high/low markers anymore in pretty_pv().

No functional change but some do/undo move sequences.

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