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
/
gc
/
default
/
default.c
Age
Commit message (
Expand
)
Author
5 days
Count metadata entries automatically from the names list
Nobuyoshi Nakada
5 days
Update `RB_GC_OBJECT_METADATA_ENTRY_COUNT`
Jean Boussier
6 days
objspace_dump: Include `shareable` flag
Jean Boussier
7 days
Eagerly store a copy of `object_id` in finalizer table.
Jean Boussier
7 days
rb_gc_impl_define_finalizer: unlock on early return
Jean Boussier
7 days
Add missing lock in `rb_gc_impl_define_finalizer`
Jean Boussier
2025-04-15
Lazily create `objspace->id_to_obj_tbl`
Jean Boussier
2025-04-07
Grow GC heaps independently
Peter Zhu
2025-03-31
Don't preserve `object_id` when moving object to another Ractor
Jean Boussier
2025-03-31
Ractor: Fix moving embedded objects
Jean Boussier
2025-03-25
Prefer FL_TEST_RAW() in GC on known on-heap objects
Alan Wu
2025-03-25
Make ruby_autocompact_compare_func static
Peter Zhu
2025-03-25
Make ruby_enable_autocompact static
Peter Zhu
2025-03-13
Move object_id to flags for ObjectSpace dumps
Peter Zhu
2025-02-19
Fix value of RB_GC_OBJECT_METADATA_ENTRY_COUNT
Peter Zhu
2025-02-19
Add age to rb_gc_object_metadata
Peter Zhu
2025-02-19
Add rb_gc_object_metadata API
Peter Zhu
2025-02-19
[wasm] Stop using mprotect(PROT_NONE) on WASI
Yuta Saito
2025-02-10
gc.c: Remove no-op code
Daisuke Aritomo
2025-01-29
Use an identity hash instead of array for stress_to_class
Peter Zhu
2025-01-29
Fix GC.add_stress_to_class and GC.remove_stress_to_class
Peter Zhu
2025-01-29
Suppress unused-value warnings
Nobuyoshi Nakada
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