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

ruby-changes:31734

From: nari <ko1@a...>
Date: Sat, 23 Nov 2013 13:46:40 +0900 (JST)
Subject: [ruby-changes:31734] nari:r43813 (trunk): add NEWS about rb_gc_set_params() and rb_gc_count()

nari	2013-11-23 13:46:34 +0900 (Sat, 23 Nov 2013)

  New Revision: 43813

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43813

  Log:
    add NEWS about rb_gc_set_params() and rb_gc_count()

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 43812)
+++ NEWS	(revision 43813)
@@ -310,3 +310,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L310
     is raised.
 
 === C API updates
+
+* rb_gc_set_params() is deprecated. This is only used in Ruby internal.
+
+* rb_gc_count() added. This returns the number of times GC occurred.
\ No newline at end of file

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

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