ruby-changes:51310
From: normal <ko1@a...>
Date: Tue, 29 May 2018 10:18:11 +0900 (JST)
Subject: [ruby-changes:51310] normal:r63516 (trunk): NEWS: add item about built-in thread cache
normal 2018-05-29 10:18:06 +0900 (Tue, 29 May 2018) New Revision: 63516 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63516 Log: 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] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 63515) +++ NEWS (revision 63516) @@ -234,6 +234,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L234 * 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/