mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 00:26:33 +08:00
Revert per-thread history tables
Testing on Joona QUAD failed to give any advantage. Actually we had a little loss: Mod - Orig: 342.0 - 374.0 No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
//// Includes
|
||||
////
|
||||
|
||||
#include "history.h"
|
||||
#include "lock.h"
|
||||
#include "movepick.h"
|
||||
#include "position.h"
|
||||
@@ -74,7 +73,6 @@ struct Thread {
|
||||
volatile bool idle;
|
||||
volatile bool workIsWaiting;
|
||||
volatile bool printCurrentLine;
|
||||
History H;
|
||||
unsigned char pad[64]; // set some distance among local data for each thread
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user