]> git.sesse.net Git - stockfish/commitdiff
Initialize a new split point out of lock
authorMarco Costalba <mcostalba@gmail.com>
Sat, 6 Aug 2011 18:11:35 +0000 (19:11 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 7 Aug 2011 13:37:14 +0000 (14:37 +0100)
Allocate and initialize a new split point
out of lock becuase modified data is local to
master thread only.

Also better document why we need a lock at
the end of split().

No functional change with faked split.

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

No differences found