]> git.sesse.net Git - stockfish/commitdiff
Rewrite do_null_move()
authorMarco Costalba <mcostalba@gmail.com>
Sun, 27 Jan 2013 10:45:01 +0000 (11:45 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 27 Jan 2013 11:15:02 +0000 (12:15 +0100)
Use a more traditional approach, along the same lines
of do_move().

It is true that we copy more in do_null_move(), but we
save the work in undo_null_move(). Speed test shows the
new code to be even a bit faster.

No functional change.


No differences found