From: Marco Costalba Date: Fri, 6 Apr 2012 17:36:46 +0000 (+0100) Subject: Revert thread_local stuff X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=c2fc80e5d16339266b5bf6687fa843ff65de3b3e;hp=c2fc80e5d16339266b5bf6687fa843ff65de3b3e Revert thread_local stuff Unfortunatly accessing thread local variable is much slower than object data (see previous patch log msg), so we have to revert to old code to avoid speed regression. No functional change. Signed-off-by: Marco Costalba ---