Do not sort negative non captures at low depth

Speedup of the whole 3 patch series is of 2,5% !!

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-06-04 06:25:16 +01:00
parent 811037c845
commit 8647fbd6ed
2 changed files with 4 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ private:
const Position& pos;
const History& H;
Depth depth;
Move ttMove;
MoveStack killers[2];
int captureThreshold, phase;