8000 * ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap · documenting-ruby/ruby@3b90363 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b90363

Browse files
committed
* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap
dump information. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 391b8c3 commit 3b90363

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Fri Sep 18 07:39:22 2015 Aaron Patterson <tenderlove@ruby-lang.org>
2+
3+
* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap
4+
dump information.
5+
16
Thu Sep 17 22:33:07 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
27

38
* common.mk: fix command error with outside builddir.

ext/objspace/objspace_dump.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ obj_type(VALUE obj)
116116
CASE_TYPE(SYMBOL);
117117
CASE_TYPE(RATIONAL);
118118
CASE_TYPE(COMPLEX);
119+
CASE_TYPE(IMEMO);
119120
CASE_TYPE(UNDEF);
120121
CASE_TYPE(NODE);
121122
CASE_TYPE(ZOMBIE);

0 commit comments

Comments
 (0)
0