]> git.sesse.net Git - stockfish/commit
Document variables with heavy SMP read access
authorMarco Costalba <mcostalba@gmail.com>
Wed, 3 Jun 2009 08:19:29 +0000 (10:19 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 3 Jun 2009 16:36:50 +0000 (17:36 +0100)
commit2f760cdf8dba05feb2c964b5f3b3339f0567a3c0
treeb6d488b51960b81bef105c54f8a1e4880e04ce86
parentb58ecb85c73e31e3fec5d1ea983642864038a5b3
Document variables with heavy SMP read access

Also move NodesSincePoll away from the same cache line
of other heavy read accessed only variables.

Fortunatly we don't have anymore write access contention,
but still read access contention in some cases.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp