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
Age
Commit message (
Expand
)
Author
13 days
Make rb_gc_impl_writebarrier_remember Ractor-safe
Peter Zhu
2025-08-05
rb_gc_impl_mark_and_move: avoid needless writes
Jean Boussier
2025-07-30
[ruby/mmtk] Skip weak references that are special consts
Peter Zhu
2025-07-29
[ruby/mmtk] Fix warnings from cargo fmt
Peter Zhu
2025-07-29
[ruby/mmtk] Fix clippy warnings
Peter Zhu
2025-07-29
Fix indentation in switch in rb_gc_impl_mark_maybe [ci skip]
Peter Zhu
2025-07-22
Fix TSAN data race in gc_start
John Hawthorn
2025-07-14
YJIT: Set code mem permissions in bulk
Kunshan Wang
2025-07-10
Fix unused variable warnings in default.c in modular GC
Peter Zhu
2025-06-26
Add debug message to assertion for checking GC mode
Peter Zhu
2025-06-26
Support message in GC_ASSERT
Peter Zhu
2025-06-21
Move a comment to the corresponding conditional block [ci skip]
Nobuyoshi Nakada
2025-06-13
mmtk: Get rid of unused reference to FL_EXIVAR
Jean Boussier
2025-06-09
[DOC] Split building docs for modular GC
Peter Zhu
2025-06-09
Take file and line in GC VM locks
Peter Zhu
2025-06-09
Optimize callcache invalidation for refinements
alpaca-tc
2025-06-06
Introduce MODULAR_GC_FN
Peter Zhu
2025-06-03
Allow pass special constants to the write barrier
Peter Zhu
2025-06-02
Remove dependancy of default.c on internal/object.h
Peter Zhu
2025-05-31
`Ractor::Port`
Koichi Sasada
2025-05-30
[ruby/mmtk] Fix environment variable parsing
Kunshan Wang
2025-05-30
[ruby/mmtk] Fix clippy warnings and formatting.
Kunshan Wang
2025-05-30
[ruby/mmtk] Bump MMTk and dependencies version
Kunshan Wang
2025-05-30
[ruby/mmtk] Remove unused constant
Kunshan Wang
2025-05-29
[ruby/mmtk] Remove dependance on internal/object.h
Peter Zhu
2025-05-26
Add shape_id to RBasic under 32 bit
John Hawthorn
2025-05-23
Drop unnecessary compiler guards for memory_sanitizer
Peter Zhu
2025-05-23
Remove dependency on bits.h in default.c when BUILDING_MODULAR_GC
Peter Zhu
2025-05-21
[ruby/mmtk] Fix object ID in rb_gc_impl_define_finalizer
Peter Zhu
2025-05-21
[ruby/mmtk] Fix object ID for finalizers
Peter Zhu
2025-05-20
Only define RVALUE_OVERHEAD if undefined
Peter Zhu
2025-05-16
gc: Execute run_final with the lock held
Jean Boussier
2025-05-16
rb_gc_impl_copy_finalizer: generate a new object id
Jean Boussier
2025-05-16
Add missing lock to `rb_gc_impl_copy_finalizer`
Jean Boussier
2025-05-15
Remove dependency on sanitizers.h in default.c when BUILDING_MODULAR_GC
Peter Zhu
2025-05-15
Add missing lock in `rb_gc_impl_undefine_finalizer`
Jean Boussier
2025-05-15
newobj_fill: don't assume RBasic size
Jean Boussier
2025-05-15
YJIT: ZJIT: Allow both JITs in the same build
Alan Wu
2025-05-14
Rename `id_to_obj_tbl` -> `id2ref_tbl`
Jean Boussier
2025-05-09
Only clear Ractor cache in child
John Hawthorn
2025-05-09
Remove dead code in `rb_gc_impl_ractor_cache_free`
Jean Boussier
2025-05-09
Fix allocation count when forking with Ractors
John Hawthorn
2025-05-08
Remove dependency on debug_counter.h when BUILDING_MODULAR_GC
Peter Zhu
2025-05-08
Stop checking for USE_DEBUG_COUNTER in default.c
Peter Zhu
2025-05-08
Get rid of RB_GC_VM_ID_TO_OBJ_TABLE_KEYS
Jean Boussier
2025-05-08
Move `object_id` in object fields.
Jean Boussier
2025-05-08
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
2025-05-07
Remove dependence on internal/hash.h for default GC
Peter Zhu
2025-05-06
Improve correctness contention for allocated object counts
Étienne Barrié
2025-04-25
Count metadata entries automatically from the names list
Nobuyoshi Nakada
[next]