1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
Joost VandeVondele ebc563059c Call TT.new_search() earlier.
TT.new_search() was being called by mainThread in Thread::search(). However, mainThread is the last to start searching, and helper threads could reach a measured rootDepth 10 (on 64 cores) before mainThread increments the TT generation. Fixed by moving the call to MaintThread::search() before helper threads start searching.

No functional change.

Closes #1134
2017-06-16 19:20:01 -07:00
..
syzygy Retire the misdesigned StepAttacks[] array. 2017-04-28 20:33:30 -07:00
benchmark.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
bitbase.cpp Retire the misdesigned StepAttacks[] array. 2017-04-28 20:33:30 -07:00
bitboard.cpp Reordering magic data 2017-06-06 10:22:12 -07:00
bitboard.h Reordering magic data 2017-06-06 10:22:12 -07:00
endgame.cpp Assorted code style issues 2017-04-24 09:49:44 +02:00
endgame.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
evaluate.cpp Changed spelling back to "Bishops" in eval output 2017-05-23 20:27:30 -07:00
evaluate.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
main.cpp Execute an implied ucinewgame at startup 2017-05-15 18:54:13 -07:00
Makefile Assorted code style fixes 2017-03-14 21:02:21 -07:00
material.cpp Assorted code style issues 2017-04-24 09:49:44 +02:00
material.h Reorder members of Material::Entry 2017-02-23 21:33:03 -08:00
misc.cpp Assorted code style issues 2017-04-24 09:49:44 +02:00
misc.h Fix pawn entry prefetch 2017-03-14 20:56:26 -07:00
movegen.cpp Retire the misdesigned StepAttacks[] array. 2017-04-28 20:33:30 -07:00
movegen.h Use int instead of Value for history related stats. 2017-04-23 07:59:28 -07:00
movepick.cpp History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
movepick.h use auto& for histories 2017-06-06 09:56:13 -07:00
pawns.cpp Default argument for see_ge() 2017-05-10 18:20:45 +02:00
pawns.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
position.cpp Don't score as an immediate draw 2-fold repetitions of the root position 2017-06-06 10:15:13 -07:00
position.h Default argument for see_ge() 2017-05-10 18:20:45 +02:00
psqt.cpp Variable tuning 2017-02-19 14:00:44 -08:00
search.cpp Call TT.new_search() earlier. 2017-06-16 19:20:01 -07:00
search.h History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
thread.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
thread.h History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
thread_win32.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
timeman.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
timeman.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
tt.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
tt.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
types.h History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
uci.cpp Execute an implied ucinewgame at startup 2017-05-15 18:54:13 -07:00
uci.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
ucioption.cpp Increase maximum number of threads 2017-03-25 10:35:17 -07:00