1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: add meaning of "CoW" ("copy-on-write")

This commit is contained in:
Marcus Stollsteimer 2019-12-24 22:13:49 +01:00
parent ceba5b7088
commit da0a0bae8b

2
NEWS
View file

@ -388,7 +388,7 @@ GC::
* Added GC.compact method for compacting the heap. * Added GC.compact method for compacting the heap.
This function compacts live objects in the heap so that fewer pages may 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: Details on the algorithm and caveats can be found here:
https://bugs.ruby-lang.org/issues/15626 https://bugs.ruby-lang.org/issues/15626