Improve comments in SMP code

No functional change.
This commit is contained in:
Marco Costalba
2015-02-20 12:13:09 +01:00
parent a6f873cd8d
commit 7ff965eebf
3 changed files with 10 additions and 9 deletions

View File

@@ -145,7 +145,7 @@ void Thread::split(Position& pos, Stack* ss, Value alpha, Value beta, Value* bes
// Pick and init the next available split point
SplitPoint& sp = splitPoints[splitPointsSize];
sp.masterThread = this;
sp.master = this;
sp.parentSplitPoint = activeSplitPoint;
sp.slavesMask = 0, sp.slavesMask.set(idx);
sp.depth = depth;