[前][次][番号順一覧][スレッド一覧]

ruby-changes:51321

From: normal <ko1@a...>
Date: Wed, 30 May 2018 20:49:14 +0900 (JST)
Subject: [ruby-changes:51321] normal:r63527 (trunk): NEWS: clarify item about built-in thread cache

normal	2018-05-30 20:49:06 +0900 (Wed, 30 May 2018)

  New Revision: 63527

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63527

  Log:
    NEWS: clarify item about built-in thread cache
    
    [Feature #14757]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 63526)
+++ NEWS	(revision 63527)
@@ -234,7 +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]
+* Thread cache enabled for pthreads platforms
+  (for `Thread.new` and `Thread.start`) [Feature #14757]
 
 === Miscellaneous changes
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]