]> git.sesse.net Git - stockfish/commitdiff
Use a per-thread array for generated moves
authorMarco Costalba <mcostalba@gmail.com>
Thu, 26 Sep 2013 17:25:50 +0000 (19:25 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 27 Sep 2013 06:44:36 +0000 (08:44 +0200)
This greately reduces stack usage and is a
prerequisite for next patch.

Verified with 40K games both in single and SMP
case that there are no regressions.

No functional change.


No differences found