Avoid unnecessary creation of accumulator cache

Saves a (currently) 800 KB allocation and deallocation when running
`eval`, not particularly significant and zero impact on play but not
necessary either.

closes https://github.com/official-stockfish/Stockfish/pull/5201

No functional change
This commit is contained in:
Ciekce
2024-04-29 01:45:56 +01:00
committed by Disservin
parent 5d72032559
commit eb20de36c0
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ Bryan Cross (crossbr)
candirufish
Chess13234
Chris Cain (ceebo)
Ciekce
clefrks
Clemens L. (rn5f107s2)
Cody Ho (aesrentai)