From: Eric Wong Date: 2018-12-19T01:37:22+00:00 Subject: [ruby-core:90613] Re: [Ruby trunk Feature#14757] [PATCH] thread_pthread.c: enable thread cache by default Eric Wong wrote: > 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). > So, we might need to disable this before 2.6 release :< ko1 and I agreed this is a low-risk and will keep thread cache enabled for 2.6. pthread_{get,set}specific isn't very popular in 3rd-party libraries, or they use it in ways which does not conflict with thread-caching. Unsubscribe: