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

ruby-changes:38866

From: ko1 <ko1@a...>
Date: Thu, 18 Jun 2015 14:36:34 +0900 (JST)
Subject: [ruby-changes:38866] ko1:r50947 (trunk): * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.

ko1	2015-06-18 14:36:14 +0900 (Thu, 18 Jun 2015)

  New Revision: 50947

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

  Log:
    * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.

  Modified files:
    trunk/ChangeLog
    trunk/ext/objspace/objspace.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50946)
+++ ChangeLog	(revision 50947)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Jun 18 14:35:28 2015  Koichi Sasada  <ko1@a...>
+
+	* ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.
+
 Thu Jun 18 13:32:46 2015  Nobuyoshi Nakada  <nobu@r...>
 
 	* error.c (name_err_receiver): add NameError#receiver method.
Index: ext/objspace/objspace.c
===================================================================
--- ext/objspace/objspace.c	(revision 50946)
+++ ext/objspace/objspace.c	(revision 50947)
@@ -569,6 +569,7 @@ count_imemo_objects(int argc, VALUE *arg https://github.com/ruby/ruby/blob/trunk/ext/objspace/objspace.c#L569
 	imemo_type_ids[3] = rb_intern("imemo_throw_data");
 	imemo_type_ids[4] = rb_intern("imemo_ifunc");
 	imemo_type_ids[5] = rb_intern("imemo_memo");
+	imemo_type_ids[6] = rb_intern("imemo_ment");
     }
 
     rb_objspace_each_objects(count_imemo_objects_i, (void *)hash);

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

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