From: Marco Costalba Date: Sun, 15 Mar 2015 09:05:57 +0000 (+0100) Subject: Re-arrange history update code X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=a4b2eeea759f10ca1ce864c2a30a990a9a991aa9;hp=a4b2eeea759f10ca1ce864c2a30a990a9a991aa9 Re-arrange history update code Unify the quites moves loop for both cases, the compiler optimizes away the if (is_ok((ss-1)->currentMove)) inside loop, so that the result is same speed as original. No functional change. ---