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:
Marco Costalba
2009-07-02 01:54:17 +01:00
parent d39ddb9077
commit b45936a8c7
2 changed files with 15 additions and 16 deletions

View File

@@ -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
};