Temporary revert previous patch

Split previous patch in 2 steps: first remove
the MOVE_NULL hack, then retire nullChild.

The first step is a prerequisite
for second one and affects bench.

The second step (next patch) just removes nullChild
without affecting bench.

bench: 8205159
This commit is contained in:
Marco Costalba
2014-06-06 11:07:12 +02:00
parent ad1167c482
commit 2f75639485
2 changed files with 7 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ struct Stack {
Depth reduction;
Value staticEval;
bool skipNullMove;
bool nullChild;
};