From: Eric Wong Date: 2018-05-30T22:01:23+00:00 Subject: [ruby-core:87310] Re: [Ruby trunk Feature#14757] [PATCH] thread_pthread.c: enable thread caceh by default ko1 brought up a good point: this may interact badly with 3rd-party libraries which use thread-local storage via pthread_getspecific/pthread_setspecific (or compiler extensions). On one hand, I expected this to be beneficial for malloc implementations which use thread-specific storage (most all of them do); but there may be problems in 3rd-party libraries we do not know about... So, we might need to disable this before 2.6 release :< Unsubscribe: