]> git.sesse.net Git - stockfish/commitdiff
Always have counterMoves associated
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 9 Mar 2017 02:35:23 +0000 (18:35 -0800)
committerJoona Kiiski <joona@zoox.com>
Thu, 9 Mar 2017 02:35:23 +0000 (18:35 -0800)
Simplifies away all associated checks, leading to a ~0.5% speedup.
The code now explicitly checks if moves are OK, rather than using nullptr checks.

Verified for no regression:

LLR: 2.96 (-2.94,2.94) [-3.00,1.00]
Total: 32218 W: 5762 L: 5660 D: 20796

No functional change

Closes #1021


No differences found