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
/
gc
Age
Commit message (
Expand
)
Author
2024-07-19
Make rb_gc_impl_undefine_finalizer return void
Peter Zhu
2024-07-19
Assert that object is not frozen in rb_gc_impl_define_finalizer
Peter Zhu
2024-07-19
Move return value of rb_define_finalizer out
Peter Zhu
2024-07-18
Use rb_obj_hide instead of setting klass to 0
Peter Zhu
2024-07-17
Don't disable GC in rb_gc_impl_object_id
Peter Zhu
2024-07-17
Make OBJ_ID_INCREMENT == RUBY_IMMEDIATE_MASK + 1
Peter Zhu
2024-07-17
Remove unused variable from GC compaction path
Matt Valentine-House
2024-07-16
[DOC] Fix typo in gc/default.c
Peter Zhu
2024-07-16
Remove dependency on dtrace when building shared GC
Peter Zhu
2024-07-16
static const char *type_name() implemented
卜部昌平
2024-07-16
fix compile error
卜部昌平
2024-07-15
Remove unused ruby_initial_gc_stress
Peter Zhu
2024-07-15
Add gc/gc.h for functions in gc.c and used by GC implementations
Peter Zhu
2024-07-15
Rename GC_IMPL_H macro to GC_GC_IMPL_H
Peter Zhu
2024-07-12
Avoid extra module linkage in gc/default.c
Matt Valentine-House
2024-07-12
Rename full_mark -> rgengc_allow_full_mark
Matt Valentine-House
2024-07-12
Provide GC.config to disable major GC collections
Matt Valentine-House
2024-07-12
Add gc/gc_impl.h for GC implementation headers
Peter Zhu
2024-07-12
give up USE_GC_MALLOC_OBJ_INFO_DETAILS
卜部昌平
2024-07-11
Rename gc/gc_impl.c to gc/default.c
Peter Zhu
2024-07-11
Move gc_impl.c to gc/gc_impl.c
Peter Zhu
[prev]