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
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
2025-03-13
Move object_id to flags for ObjectSpace dumps
Peter Zhu
2025-02-19
Add rb_gc_object_metadata API
Peter Zhu
2025-01-30
Output object_id in ObjectSpace.dump
Peter Zhu
2024-12-19
Prefix asan_poison_object with rb
Peter Zhu
2024-12-09
objspace_dump: Use FILE* to avoid crashing in mark functions
Alan Wu
2024-11-12
ObjectSpace.dump: handle Module#set_temporary_name
Jean Boussier
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-06
Move FL_SINGLETON to FL_USER1
Jean Boussier
2023-11-22
objspace_dump.c: dump call cache ids with dump_append_id
Jean Boussier
2023-11-13
Revert "Revert "Remove SHAPE_CAPACITY_CHANGE shapes""
Peter Zhu
2023-11-13
Record more info from CALLCACHE in heap dumps
John Hawthorn
2023-11-10
Revert "Remove SHAPE_CAPACITY_CHANGE shapes"
Peter Zhu
2023-11-09
Remove SHAPE_CAPACITY_CHANGE shapes
Peter Zhu
2023-11-02
Make every initial size pool shape a root shape
Peter Zhu
2023-10-12
Switch mid dump to dump_append_string_value
John Hawthorn
2023-10-12
Fix ObjectSpace.dump with super() callinfo
John Hawthorn
2023-10-02
Dump name of method for imemo callinfo
Peter Zhu
2023-06-08
Add deprecations for public `struct rb_io` members. (#7916)
Samuel Williams
2023-06-01
Revert "Hide most of the implementation of `struct rb_io`. (#6511)"
NARUSE, Yui
2023-05-30
Hide most of the implementation of `struct rb_io`. (#6511)
Samuel Williams
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-01-05
Add embedded status to dumps of T_OBJECT
Peter Zhu
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
[next]