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

ruby-changes:59461

From: Marcus <ko1@a...>
Date: Wed, 25 Dec 2019 06:30:57 +0900 (JST)
Subject: [ruby-changes:59461] da0a0bae8b (master): NEWS: add meaning of "CoW" ("copy-on-write")

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

From da0a0bae8b50087d140309b27eb4d4b4776c27e4 Mon Sep 17 00:00:00 2001
From: Marcus Stollsteimer <sto.mar@w...>
Date: Tue, 24 Dec 2019 22:13:49 +0100
Subject: NEWS: add meaning of "CoW" ("copy-on-write")


diff --git a/NEWS b/NEWS
index 4ca1155..06fb75d 100644
--- a/NEWS
+++ b/NEWS
@@ -388,7 +388,7 @@ GC:: https://github.com/ruby/ruby/blob/trunk/NEWS#L388
 
     * 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]
+      be used, and the heap may be more CoW (copy-on-write) friendly. [Feature #15626]
 
       Details on the algorithm and caveats can be found here:
       https://bugs.ruby-lang.org/issues/15626
-- 
cgit v0.10.2


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

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