* 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
This commit is contained in:
parent
391b8c323b
commit
3b90363f76
@ -1,3 +1,8 @@
|
|||||||
|
Fri Sep 18 07:39:22 2015 Aaron Patterson <tenderlove@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap
|
||||||
|
dump information.
|
||||||
|
|
||||||
Thu Sep 17 22:33:07 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
Thu Sep 17 22:33:07 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* common.mk: fix command error with outside builddir.
|
* common.mk: fix command error with outside builddir.
|
||||||
|
@ -116,6 +116,7 @@ obj_type(VALUE obj)
|
|||||||
CASE_TYPE(SYMBOL);
|
CASE_TYPE(SYMBOL);
|
||||||
CASE_TYPE(RATIONAL);
|
CASE_TYPE(RATIONAL);
|
||||||
CASE_TYPE(COMPLEX);
|
CASE_TYPE(COMPLEX);
|
||||||
|
CASE_TYPE(IMEMO);
|
||||||
CASE_TYPE(UNDEF);
|
CASE_TYPE(UNDEF);
|
||||||
CASE_TYPE(NODE);
|
CASE_TYPE(NODE);
|
||||||
CASE_TYPE(ZOMBIE);
|
CASE_TYPE(ZOMBIE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user