]> git.sesse.net Git - stockfish/commit
Optimize order of a few conditions in search
authorajithcj <achajo@yahoo.co.in>
Wed, 31 Aug 2016 05:51:52 +0000 (05:51 +0000)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 31 Aug 2016 11:47:45 +0000 (13:47 +0200)
commit5cffc032da8402df79cf6cba4238b83ff5d29f7e
tree957c1001761f119816e2db25ffad16e7f115d9a4
parent2731bbaf6b4bed23abaae8de5c1fa9f373e30e57
Optimize order of a few conditions in search

Also fix size of KingDanger array to reduce memory footprint.

Small speed up of around 0.5%

No functional change.
src/evaluate.cpp
src/search.cpp