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

ruby-changes:54124

From: samuel <ko1@a...>
Date: Wed, 12 Dec 2018 11:31:30 +0900 (JST)
Subject: [ruby-changes:54124] samuel:r66345 (trunk): Fix location of NEWS for native coroutine.

samuel	2018-12-12 11:31:26 +0900 (Wed, 12 Dec 2018)

  New Revision: 66345

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

  Log:
    Fix location of NEWS for native coroutine.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 66344)
+++ NEWS	(revision 66345)
@@ -48,9 +48,6 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L48
 
 * Flip-flop syntax is deprecated. [Feature #5400]
 
-* Native implementations (arm32, arm64, ppc64le, win32, win64, x86, amd64) of
-  coroutines to improve performance of Fiber. [Feature #14739]
-
 === Core classes updates (outstanding ones only)
 
 [Array]
@@ -578,6 +575,9 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L575
   making small and short-living Hash object is x2 faster. With rdoc benchmark,
   we measured 6-7% performance improvement.
 
+* Native implementations (arm32, arm64, ppc64le, win32, win64, x86, amd64) of
+  coroutines to improve performance of Fiber significantly. [Feature #14739]
+
 === Miscellaneous changes
 
 * On macOS, shared libraries no longer include a full version number of Ruby

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

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