From: Marco Costalba Date: Mon, 8 Dec 2014 08:46:21 +0000 (+0100) Subject: Clarify when forcing the moves loop X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=589c711449ef09b459b76d8891b6abc5c0b843bd;hp=589c711449ef09b459b76d8891b6abc5c0b843bd;ds=sidebyside Clarify when forcing the moves loop In some cases we want to go direcly to the moves loop without checking for early return. The patch make this logic more clear and consistent. Tested for no regression, passed STC LLR: 2.96 (-2.94,2.94) [-3.00,1.00] Total: 25282 W: 5136 L: 5022 D: 15124 and LTC LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 72007 W: 12133 L: 12095 D: 47779 bench: 9316798 ---