]> git.sesse.net Git - stockfish/commitdiff
Avoid constructing an empty tuple in qsearch
authorStéphane Nicolet <cassio@free.fr>
Mon, 21 Aug 2017 16:59:24 +0000 (18:59 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 22 Aug 2017 08:16:19 +0000 (10:16 +0200)
Avoid constructing, passing as a parameter and binding a useless empty tuple of pointers in the qsearch move picker constructor.

Also reformat the scoring function in movepicker.cpp and do some cleaning in evaluate.cpp while there.

No functional change.


No differences found