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

ruby-changes:48526

From: mame <ko1@a...>
Date: Sat, 4 Nov 2017 19:56:54 +0900 (JST)
Subject: [ruby-changes:48526] mame:r60641 (trunk): ext/objspace/objspace.c: add imemo_strterm

mame	2017-11-04 19:56:49 +0900 (Sat, 04 Nov 2017)

  New Revision: 60641

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

  Log:
    ext/objspace/objspace.c: add imemo_strterm

  Modified files:
    trunk/ext/objspace/objspace.c
Index: ext/objspace/objspace.c
===================================================================
--- ext/objspace/objspace.c	(revision 60640)
+++ ext/objspace/objspace.c	(revision 60641)
@@ -625,6 +625,7 @@ count_imemo_objects(int argc, VALUE *arg https://github.com/ruby/ruby/blob/trunk/ext/objspace/objspace.c#L625
 	imemo_type_ids[6] = rb_intern("imemo_ment");
 	imemo_type_ids[7] = rb_intern("imemo_iseq");
 	imemo_type_ids[8] = rb_intern("imemo_alloc");
+	imemo_type_ids[9] = rb_intern("imemo_strterm");
     }
 
     rb_objspace_each_objects(count_imemo_objects_i, (void *)hash);

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

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