]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Do not copy master position in split()
[stockfish] / src / thread.h
index 2ac968131c0ad98fbb47db5b404562d90ad5a43e..d12ec845c01f4bc4a288bd6bfe076b8652ca9b5b 100644 (file)
@@ -46,7 +46,7 @@ const int ACTIVE_SPLIT_POINTS_MAX = 8;
 
 struct SplitPoint {
   SplitPoint *parent;
-  Position pos;
+  const Position* pos;
   SearchStack sstack[THREAD_MAX][PLY_MAX_PLUS_2];
   SearchStack *parentSstack;
   int ply;