From 9e5354eb52bd419acb86a158514bc4a709cd9f8a Mon Sep 17 00:00:00 2001 From: normal Date: Tue, 29 May 2018 01:18:06 +0000 Subject: [PATCH] NEWS: add item about built-in thread cache This change may impact design of future programs and obviate thread pools in many cases, so it's worth a mention. Anyways, this seems stable since r63499 [Feature #14757] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 85ccdac4e5..3d835b2621 100644 --- a/NEWS +++ b/NEWS @@ -234,6 +234,8 @@ with all sufficient information, see the ChangeLog file or Redmine * VM generator script renewal; makes the generated VM more optimized. [GH-1779] +* Thread cache enabled for pthreads platforms [Feature #14757] + === Miscellaneous changes * On macOS, shared libraries no longer include a full version number of ruby in their names.