]> git.sesse.net Git - stockfish/commitdiff
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)
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>

No differences found