]> git.sesse.net Git - stockfish/commitdiff
Shrink sequencer table
authorMarco Costalba <mcostalba@gmail.com>
Sun, 22 Jan 2012 13:25:31 +0000 (14:25 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 22 Jan 2012 15:06:29 +0000 (16:06 +0100)
Integrate TT_MOVE step into the first state. This allows to
avoid the first call to next_phase() in case of a TT move.

And use overflow detection instead of the bunch of STOP_XX
states to detect end of moves.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found