aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-12 04:09:28 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-12 04:09:28 +0000
commit37b6f50ae51edf5793eb9f5d6a22b60cc8256dba (patch)
treeea033df03da00cad013742c3707b8fc7dc58a6e4 /NEWS
parent80870e14a764bd60aa2919990a90eca3c3e2715d (diff)
downloadruby-37b6f50ae51edf5793eb9f5d6a22b60cc8256dba.tar.gz
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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]