Since you’re here...

... we have a small favour to ask. More people, like you, are reading and supporting our blog: "Chess Engines Diary". And unlike many other sites and blogs, we made the choice to keep our articles open for all, regardless of where they live or what they can afford to pay.

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.

============================== My email: jotes@go2.pl



Stockfish 15100509 - new development version very strong chess engine UCI

Stockfish - chess engines UCI

Previous version chess engine Stockfish 

Author compilation - Marco Costalba



Information on the compilation:
Run PVS-STUDIO analyzer 
Fix issues after a run of PVS-STUDIO analyzer. 
Mainly false positives but warnings are anyhow 
useful to point out not very readable code. 
Noteworthy is the memset() one, where PVS prefers ss-2 
instead of stack. This is because memeset() could 
be optimized away by the compiler when using 'stack', 
due to stack being a local variable no more used after 
memset. This should normally not happen, but when 
it happens it leads to very sublte and difficult 
to find bug, so better to be safe than sorry. 
No functional change. 


JCER=3268

 Stockfish 15100509 - download




Comments