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

ruby-changes:55955

From: Nobuyoshi <ko1@a...>
Date: Sun, 2 Jun 2019 00:44:58 +0900 (JST)
Subject: [ruby-changes:55955] Nobuyoshi Nakada: 09c09eb0db (trunk): NEWS: move GC.compact

https://git.ruby-lang.org/ruby.git/commit/?id=09c09eb0db

From 09c09eb0db6c14c532935081c9b79d38fdc81f6b Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 2 Jun 2019 00:42:57 +0900
Subject: NEWS: move GC.compact

From "Implementation improvements" to "Core classes updates".

diff --git a/NEWS b/NEWS
index 0902dbf..d768117 100644
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,17 @@ FrozenError:: https://github.com/ruby/ruby/blob/trunk/NEWS#L75
       FrozenError in Ruby code, pass it as the second argument to
       FrozenError.new.
 
+GC::
+
+  New method::
+
+    * Added GC.compact method for compacting the heap.
+      This function compacts live objects in the heap so that fewer pages may
+      be used, and the heap may be more CoW friendly. [Feature #15626]
+
+      Details on the algorithm and caveats can be found here:
+      https://bugs.ruby-lang.org/issues/15626
+
 Integer::
 
   Modified method::
@@ -168,15 +179,6 @@ JIT:: https://github.com/ruby/ruby/blob/trunk/NEWS#L179
 
   * Default value of +--jit-min-calls+ is changed from 5 to 10,000
 
-GC::
-
-  * New `GC.compact` method for compacting the heap.
-    This function compacts live objects in the heap so that fewer pages may
-    be used, and the heap may be more CoW friendly. [Feature #15626]
-
-    Details on the algorithm and caveats can be found here:
-    https://bugs.ruby-lang.org/issues/15626
-
 === Miscellaneous changes
 
 * Require compilers to support C99 [Misc #15347]
-- 
cgit v0.10.2


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

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