From 37b6f50ae51edf5793eb9f5d6a22b60cc8256dba Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 12 Dec 2014 04:09:28 +0000 Subject: * gc.c (gc_latest_gc_info): return :state field to show current GC state (none/marking/sweeping). [Feature #10590] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 49673ddf2f..99ab00c076 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,7 @@ with all sufficient information, see the ChangeLog file. * File::Stat#birthtime * GC + * GC.latest_gc_info returns :state to represent current GC status. * Improvements * Introduce incremental marking for major GC. [Feature #10137] -- cgit v1.2.3