index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
objspace
/
objspace_dump.c
Age
Commit message (
Expand
)
Author
2022-12-15
Indicate if a shape is too_complex in ObjectSpace#dump
Jemma Issroff
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
Add variation_count on classes
Jemma Issroff
2022-12-14
objspace_dump.c: don't dump class of T_IMEMO
Jean Boussier
2022-12-12
[DOC] Don't document private methods in objspace
Peter Zhu
2022-12-09
objspace_dump.c: dump the capacity field for INITIAL_CAPACITY shapes
Jean Boussier
2022-12-08
ObjectSpace.dump_all: dump shapes as well
Jean Boussier
2022-12-05
Add shape_id to heap dump
Jemma Issroff
2022-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-02
Use shared flags of the type
Peter Zhu
2022-07-22
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-07-22
Get rid of magic numbers
Nobuyoshi Nakada
2022-07-22
Dump non-ASCII char as unsigned
Nobuyoshi Nakada
2022-07-21
Revert "objspace_dump.c: skip dumping method name if not pure ASCII"
Jean byroot Boussier
2022-07-21
objspace_dump.c: skip dumping method name if not pure ASCII
Jean Boussier
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-05
Local functions should be `static`
Nobuyoshi Nakada
2022-07-04
ObjectSpace.dump: Include string coderange
Jean Boussier
2022-03-01
Show embed status of array when len is 0 in objspace dump
Peter Zhu
2022-02-03
Add the size pool slot size to the output of ObjectSpace.dump/dump_all
Matt Valentine-House
2021-04-26
Fix compiler warnings in objspace_dump.c when assertions are turned on
Peter Zhu
2021-02-04
objspace_dump.c: tag singleton classes and reference the superclass
Jean Boussier
2021-01-20
objspace_dump.c: Handle allocation path and line missing
Jean Boussier
2020-09-28
Make ext/objspace ASAN friendly
Aaron Patterson
2020-09-15
Parse ObjectSpace.dump_all / dump arguments in Ruby to avoid allocation noise
Jean Boussier
2020-09-11
Add missing break
Kazuhiro NISHIYAMA
2020-09-09
Optimize ObjectSpace.dump_all
Jean Boussier
2020-09-09
Add a :since option to dump_all
Jean Boussier
2020-08-17
Fix method name escaping in ObjectSpace.dump
John Hawthorn
2020-08-17
Also escape DEL code
Nobuyoshi Nakada
2020-08-17
Fixed the radix for control chars
Nobuyoshi Nakada
2020-07-23
Avoid allocating a string when dumping an anonymous module or class
Jean Boussier
2020-07-10
Fix missing imemo cases in objspace_dump by refactoring
Alan Wu
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-07-31
* expand tabs.
git
2019-07-31
Use 1 byte hint for ar_table [Feature #15602]
Koichi Sasada
2019-07-08
Let struct dump_config in objspace fit in a single cache line
Lourens Naudé
2018-10-09
ext/objspace/objspace_dump.c: print addresses consistently
nobu
2018-10-09
* expand tabs.
svn
2018-10-09
Revert "ext/objspace/objspace_dump.c: print addresses consistently"
naruse
2018-10-08
* expand tabs.
svn
2018-10-08
ext/objspace/objspace_dump.c: print addresses consistently
tenderlove
2018-05-09
Rename imemo_alloc with imemo_tmpbuf
mame
2018-02-16
no ID cache in Init functions
nobu
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2017-12-21
Fix `imemo_name` to dump new imemo types
tenderlove
2017-11-04
Remove RNODE cast from NODE utility functions
mame
2017-09-27
objspace_dump.c: remove unnecessary break
nobu
2017-01-31
Add IMEMO type to heap dump output.
tenderlove
[next]