mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* common.mk: fix command error with outside builddir.
|
||||
|
|
|
@ -116,6 +116,7 @@ obj_type(VALUE obj)
|
|||
CASE_TYPE(SYMBOL);
|
||||
CASE_TYPE(RATIONAL);
|
||||
CASE_TYPE(COMPLEX);
|
||||
CASE_TYPE(IMEMO);
|
||||
CASE_TYPE(UNDEF);
|
||||
CASE_TYPE(NODE);
|
||||
CASE_TYPE(ZOMBIE);
|
||||
|
|
Loading…
Reference in a new issue