]> git.sesse.net Git - stockfish/commit
Move some globals into main thread scope
authorMarco Costalba <mcostalba@gmail.com>
Wed, 23 Dec 2015 09:07:54 +0000 (10:07 +0100)
committerJoona Kiiski <joona@zoox.com>
Sun, 27 Dec 2015 19:29:16 +0000 (19:29 +0000)
commit1b5b900a290631f04e4c8683e68eb9a9ba682196
treef63d340e1293a4445303ebd32e165b9a049a5e54
parent90f5937373974adf4ae7216feedf5abc4d62debd
Move some globals into main thread scope

Make it explicit that those variables are not globals, but
are used only by main thread. I think it is a sensible
clarification because easy move is already tricky enough
and current patch makes the involved actors explicit.

No functional change.

Resolves #537
src/search.cpp
src/thread.h