Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.5.3
-
Component/s: Server
-
Labels:None
Description
Since 10.5 all supported compilers know about C++11 thread_local. It's faster than library implementations like pthread_getspecific(). So, lets optimize access to this variable a little bit by using native TLS implementation.