X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsearch.cpp;h=4cce6a9171de9139d8e51e717d966af819912492;hb=e5ffe9959c40a5ec6c4bca83a5a48070cae7fa5b;hp=9992049efdacc4792138348d63febaed162bfc84;hpb=86b95f210508de4c30fb5ee9f86efee6641d45f8;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 9992049e..4cce6a91 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -409,9 +409,7 @@ bool think(Position& pos, const SearchLimits& limits, Move searchMoves[]) { read_evaluation_uci_options(pos.side_to_move()); Threads.read_uci_options(); - // Allocate pawn and material hash tables if number of active threads - // increased and set a new TT size if changed. - Threads.init_hash_tables(); + // Set a new TT size if changed TT.set_size(Options["Hash"].value()); if (Options["Clear Hash"].value())