From: protonspring Date: Wed, 13 Feb 2019 21:58:43 +0000 (-0700) Subject: Remove PvNode dimension from Reductions array X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=22ef36803ed0f1597d8f40731c6e2d3aa01debf2;hp=22ef36803ed0f1597d8f40731c6e2d3aa01debf2 Remove PvNode dimension from Reductions array This is a functional simplification: if we simply subtract one to Reductions[] when PvNode is set, we can remove this dimension of the multidimensional array. I think this saves about 8K of memory. STC LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 10118 W: 2282 L: 2138 D: 5698 http://tests.stockfishchess.org/tests/view/5c6332b60ebc5925cffbdfed LTC LLR: 2.96 (-2.94,2.94) [-3.00,1.00] Total: 70765 W: 11617 L: 11575 D: 47573 http://tests.stockfishchess.org/tests/view/5c63379e0ebc5925cffbe0de Closes https://github.com/official-stockfish/Stockfish/pull/2010 Bench 3261078 ---