X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=e7fbbcf3dcb3566fc794870fd5b8e05b9fcf5d21;hp=bb1836e0474d3afe7f7c321ab7b967d2331c8f12;hb=6950d07bf421b122ccb5a15a2ed4fa3a993d9609;hpb=054d117d257c3c92c4904fcc5c932079d2516007 diff --git a/src/search.cpp b/src/search.cpp index bb1836e0..e7fbbcf3 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1008,7 +1008,8 @@ split_point_start: // At split points actual search starts from here // Step 19. Check for splitting the search if ( !SpNode && depth >= Threads.minimumSplitDepth - && Threads.slave_available(thisThread)) + && Threads.slave_available(thisThread) + && thisThread->splitPointsSize < MAX_SPLITPOINTS_PER_THREAD) { assert(bestValue < beta);