]> git.sesse.net Git - stockfish/commitdiff
Define Score as an enum
authorMarco Costalba <mcostalba@gmail.com>
Sat, 7 Nov 2009 21:21:50 +0000 (22:21 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 9 Nov 2009 07:43:34 +0000 (08:43 +0100)
Increases performance because now we use one integer
for both midgame and endgame scores.

Unfortunatly the latest patches seem to have reduced a bit
the speed so at the end we are more or less at the same
performance level of the beginning. But this patch series
introduced also some code cleanup so it is the main reason
we commit anyway.

No functional change.

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

No differences found