]> git.sesse.net Git - stockfish/commit
Increase TT size limit to 8 GB
authorMarco Costalba <mcostalba@gmail.com>
Mon, 1 Feb 2010 15:53:10 +0000 (16:53 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 1 Feb 2010 15:53:10 +0000 (16:53 +0100)
commit4b55d3d8831a7cc70d8f4790111fb13b1863bc7b
tree3e45c23745eff06976fa1833669e1dc8f93b6418
parent8008f784150d040497ac8bd5a5153d90ea0dbde6
Increase TT size limit to 8 GB

We had an overflow due to use an integer for hash size,
now we use a size_t as we should, so we can increase to
an higher limit.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/tt.cpp
src/tt.h
src/ucioption.cpp