]> git.sesse.net Git - stockfish/commitdiff
Revert "Recursive lock"
authorMarco Costalba <mcostalba@gmail.com>
Sat, 20 Feb 2010 22:56:02 +0000 (23:56 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 20 Feb 2010 22:59:47 +0000 (23:59 +0100)
Joona says that sp_update_pv() does not pass the split point
boundaries, so there is no risk to corrupt data from another
split point. Also the race on thread_should_stop() is harmless
because of this.

So revert the patch and come back to single lock.

No functional change.

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

No differences found