]> git.sesse.net Git - stockfish/commit
Add a couple of asserts to late join
authorMarco Costalba <mcostalba@gmail.com>
Thu, 19 Feb 2015 09:08:29 +0000 (10:08 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 19 Feb 2015 09:08:29 +0000 (10:08 +0100)
commit193a7ae35be740f8ff78e103fc605557a503ebbe
tree1df8d6070b65f68d8cda2c89fa0d675ba9315fa8
parent4f906a25897467ba8fc7c31aa634cefc1ec0dba9
Add a couple of asserts to late join

Document and clarify that we cannot rejoin on ourselves
and that we never late join if we are master and all
slaves have finished, inded in this case we exit idle_loop.

No functional change.
src/search.cpp