From 7e8db781f1809335523bd1aa153e0990a5acccef Mon Sep 17 00:00:00 2001 From: Pavel Afremov Date: Thu, 1 Feb 2007 12:39:05 +0300 Subject: [PATCH] Switch TLS access from APR to thread local variable. It can reduce time which spend on TLS access on some machine. --- vm/thread/src/thread_private.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vm/thread/src/thread_private.h b/vm/thread/src/thread_private.h index e67798a..f0f68a5 100755 --- a/vm/thread/src/thread_private.h +++ b/vm/thread/src/thread_private.h @@ -67,10 +67,11 @@ #define ASM_MONITOR_HELPER #define FS14_TLS_USE #endif +/* #ifdef _EM64T_ #define APR_TLS_USE #endif - +*/ #ifdef __cplusplus extern "C" { -- 1.4.2