]> git.sesse.net Git - stockfish/commitdiff
Split also if no slaves are found
authorMarco Costalba <mcostalba@gmail.com>
Sat, 15 Mar 2014 22:43:35 +0000 (23:43 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 15 Mar 2014 22:43:35 +0000 (23:43 +0100)
Because we test for available slaves before
entering split(), we almost always allocate a
slave, only in the rare case of a race (less
then 2% of cases) this is not true, but to
special case this occurrence is not worth
the added complexity.

bench: 7451319


No differences found