From: Eric Wong Date: 2018-05-15T07:05:29+00:00 Subject: [ruby-core:87032] Re: [Ruby trunk Feature#14757] [PATCH] thread_pthread.c: enable thread caceh by default Oops, I forgot to squash the patch and only sent the second part :x Anyways, it is trivial: ``` --- a/thread_pthread.c +++ b/thread_pthread.c @@ -432,7 +432,7 @@ native_thread_destroy(rb_thread_t *th) } #ifndef USE_THREAD_CACHE -#define USE_THREAD_CACHE 0 +#define USE_THREAD_CACHE 1 #endif #if USE_THREAD_CACHE ``` Unsubscribe: