]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Move game phase computation to MaterialInfo
[stockfish] / src / thread.h
index dc839d441518d51f2f7204b7b6a5adbdbbcda8f7..5c169ee9b3283ec0375526e306df43606bcfeb18 100644 (file)
@@ -50,9 +50,9 @@ struct SplitPoint {
   SearchStack *parentSstack;
   int ply;
   Depth depth;
-  volatile Value alpha, beta, bestValue;
+  volatile Value alpha, beta, bestValue, futilityValue;
+  Value approximateEval;
   bool pvNode;
-  Bitboard dcCandidates;
   int master, slaves[THREAD_MAX];
   Lock lock;
   MovePicker *mp;