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-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-09
[ruby/mmtk] Also remove .rustc_info.json in clean-mmtk target
Peter Zhu
2024-12-09
[ruby/mmtk] Add target clean-mmtk to clean Rust debug and release directories
Peter Zhu
2024-12-06
Add rb_gc_impl_active_gc_name to gc/gc_impl.h
Peter Zhu
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
[ruby/mmtk] Support setting the mmtk thread count with MMTK_THREADS
Matt Valentine-House
2024-12-05
Standardize on the name "modular GC"
Peter Zhu
2024-12-04
Use BUILDING_SHARED_GC instead of RB_AMALGAMATED_DEFAULT_GC
Peter Zhu
2024-11-29
rb_gc_impl_malloc can return NULL
卜部昌平
2024-11-26
Fix up gc/extconf_base.rb
Nobuyoshi Nakada
2024-11-25
Place all non-default GC API behind USE_SHARED_GC
Matt Valentine-House
2024-11-25
Use extconf to build external GC modules
Matt Valentine-House
2024-11-24
Fix a build failure with musl
Earlopain
2024-11-22
[ruby/mmtk] Use extconf.rb for external GC compilation
Peter Zhu
2024-11-22
[ruby/mmtk] [Feature #20860] Implement Mark-Sweep with MMTK
Peter Zhu
2024-11-22
[ruby/mmtk] [Feature #20860] Implement NoGC with MMTk
Peter Zhu
2024-11-21
Annotate anonymous mmap
Kunshan Wang
2024-11-14
Expose GC.config[:implementation], to query the currently active GC
Matt Valentine-House
2024-11-05
Remove RGENGC_FORCE_MAJOR_GC flag
Matt Valentine-House
2024-10-31
[DOC] Fix typos
kojix2
2024-10-25
Remove useless freelist unlock/lock in gc_ref_update
Peter Zhu
2024-10-23
Move error handling for GC.stat_heap to gc.c
Peter Zhu
2024-10-23
Make rb_gc_impl_stat_heap return a VALUE instead of size_t
Peter Zhu
2024-10-23
Move error handling for GC.stat to gc.c
Peter Zhu
2024-10-23
Make rb_gc_impl_stat return a VALUE instead of size_t
Peter Zhu
2024-10-23
Move error handling for GC.latest_gc_info to gc.c
Peter Zhu
2024-10-21
Don't clear out flags in rb_gc_obj_free
Peter Zhu
2024-10-18
Move object processing in Process.warmup to gc.c
Peter Zhu
2024-10-10
Move return value of rb_gc_impl_config_set to gc.c
Peter Zhu
2024-10-10
Directly call rb_gc_impl_writebarrier_unprotect
Peter Zhu
2024-10-10
Directly call rb_gc_impl_copy_finalizer
Peter Zhu
2024-10-07
Disable -Wunused-function for shared GC in gc/gc.h
Peter Zhu
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-10-03
Inline eden_heap into size_pool
Matt Valentine-House
2024-10-03
Remove unused macros
Matt Valentine-House
2024-10-02
Fix compilation when RGENGC_CHECK_MODE >= 4
Matt Valentine-House
2024-10-02
Deduplicate RGENGC_CHECK_MODE into gc/gc.h
Peter Zhu
2024-10-01
Replace heap_eden_total_slots with objspace_available_slots
Peter Zhu
2024-09-30
Move RUBY_INTERNAL_EVENT_FREEOBJ into GC implementation
Peter Zhu
2024-09-30
Remove unneeded prototype for objspace_available_slots
Peter Zhu
2024-09-23
Assert that objects in write barrier are not dead
Peter Zhu
2024-09-23
Unpoison page->freelist before trying to assert on it
KJ Tsanaktsidis
2024-09-20
Remove unneeded function prototype for rb_gc_impl_mark
Peter Zhu
[prev]
[next]