Stockfish - chess engines UCI
Previous version chess engine Stockfish
Author compilation - Marco Costalba
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
JCER=3256
Previous version chess engine Stockfish
Author compilation - Marco Costalba
Information on the compilation:
Timestamp: 1451244556 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
JCER=3256
Comments
Post a Comment