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
/
default
Age
Commit message (
Expand
)
Author
2025-01-27
Fix gc_update_references_weak_table_i for ASAN
Peter Zhu
2025-01-27
Use rb_gc_vm_weak_table_foreach for reference updating
Peter Zhu
2025-01-22
Add generic ivar reference updating step
Peter Zhu
2025-01-05
gc/default/default.c: don't call `malloc_usable_size` when hint is present
Jean Boussier
2025-01-02
Use rb_darray_insert_without_gc for heap_pages darray
Peter Zhu
2025-01-02
Revert "Remove with_gc functions in darray"
Peter Zhu
2024-12-19
Prefix asan_poison_object with rb
Peter Zhu
2024-12-19
Fix compaction in ASAN with RGENGC_CHECK_MODE enabled
Peter Zhu
2024-12-19
Don't calculate the aligned slot when unlocking page
Peter Zhu
2024-12-19
Don't unpoison a NULL object
Peter Zhu
2024-12-19
Unpoison memory before accessing next element of freelist
Peter Zhu
2024-12-16
Move special constant check in rb_gc_location to gc.c
Peter Zhu
2024-12-11
Fix compilation with MALLOC_ALLOCATED_SIZE
John Hawthorn
2024-12-11
[Bug #20941] Bail out when recursing no memory
Nobuyoshi Nakada
2024-12-05
Use rb_gc_enable/rb_gc_disable_no_rest instead of ruby_disable_gc
Peter Zhu
2024-12-05
darray.h does not depend on internal/bits.h
Peter Zhu
2024-12-05
Standardize on the name "modular GC"
Peter Zhu
2024-11-29
rb_gc_impl_malloc can return NULL
卜部昌平
2024-11-25
Use extconf to build external GC modules
Matt Valentine-House
[prev]