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.c
Age
Commit message (
Expand
)
Author
2024-06-02
Raise memerror when really memory exhausted
Nobuyoshi Nakada
2024-05-04
[DOC] Fix the description about the timing finalizers will be called
Nobuyoshi Nakada
2024-05-02
Fix GC_DEBUG
Peter Zhu
2024-05-02
Move rvalue_overhead out of RVALUE
Peter Zhu
2024-05-02
Fix ruby_mimcalloc size when CALC_EXACT_MALLOC_SIZE
Nobuyoshi Nakada
2024-04-30
Removed unused TICK_TYPE 2
Peter Zhu
2024-04-27
use of stdckdint.h
卜部昌平
2024-04-26
Allow RUBY_GC_LIBRARY_PATH to be set in miniruby
Peter Zhu
2024-04-26
Fix compiler warning for ruby_external_gc_init
Peter Zhu
2024-04-26
Use fprintf for error message when loading external GC
Peter Zhu
2024-04-25
Embed rb_gc_function_map_t in rb_vm_t
Peter Zhu
2024-04-24
Add ruby_mimcalloc
Peter Zhu
2024-04-24
Pass string error buffer into dln_open
Peter Zhu
2024-04-24
Add macro load_external_gc_func for loading functions from external GC
Peter Zhu
2024-04-23
Get error from dln_open when USE_SHARED_GC
Peter Zhu
2024-04-19
Remove unused define popcount_bits
Matt Valentine-House
2024-04-18
Implement equality for CI comparison when CC searching
Aaron Patterson
2024-04-18
Remove unused rb_size_pool_slot_size
Peter Zhu
2024-04-17
Don't verify during gc_enter when gc is disabled.
Matt Valentine-House
2024-04-17
Reduce the number of references to need_major_gc
Matt Valentine-House
2024-04-17
Remove unused ruby_sighandler_t
Peter Zhu
2024-04-17
Use unsigned long long for object ID
Peter Zhu
2024-04-17
Don't allow T_NIL in gc_is_moveable_obj
Peter Zhu
2024-04-17
Inline single use variables
Matt Valentine-House
2024-04-16
Don't check for dynamic symbol in gc_is_moveable_obj
Peter Zhu
2024-04-16
Don't check for thread in gc_sweep_page
Peter Zhu
2024-04-15
Initialize external GC Library
Matt Valentine-House
2024-04-12
Don't treat flonum specially in object ID
Peter Zhu
2024-04-12
Refactor how object IDs work for special consts
Peter Zhu
2024-04-11
Remove redundant cast
Peter Zhu
2024-04-10
Fix indentation in switch statement in gc.c
Peter Zhu
2024-04-06
`objspace_each_pages` is also only used if GC compression is possible
Nobuyoshi Nakada
2024-04-05
[DOC] Add nodoc for GC.remove_stress_to_class
Peter Zhu
2024-04-05
[DOC] Add nodoc for GC.add_stress_to_class
Peter Zhu
2024-04-05
Remove deprecated function rb_gc_force_recycle
Peter Zhu
2024-04-04
Merge rb_objspace_alloc and Init_heap.
Matt Valentine-House
2024-04-02
Remove with_gc functions in darray
Peter Zhu
2024-03-28
Don't check for dynamic symbol when reference updating
Peter Zhu
2024-03-28
Add a missing asan_unpoisoning_p in gc_set_candidate_object_i
KJ Tsanaktsidis
2024-03-27
Remove st_lookup when updating object ID
Peter Zhu
2024-03-27
Check FL_SEEN_OBJ_ID before looking up in table
Peter Zhu
2024-03-27
Turn GC off at boot on Windows
Peter Zhu
2024-03-27
Fix setting GC stress at boot when objspace not available
Peter Zhu
2024-03-26
Refactor init_copy gc attributes
eileencodes
2024-03-25
Fix --debug=gc_stress flag
Peter Zhu
2024-03-25
Check ASAN fake stacks when marking non-current threads
KJ Tsanaktsidis
2024-03-25
Move asan_fake_stack_handle to EC, not thread
KJ Tsanaktsidis
2024-03-21
Pass objspace into heap_check_moved_i
Peter Zhu
2024-03-21
Pass objspace into root_obj_check_moved_i
Peter Zhu
2024-03-20
Make rb_aligned_malloc private
Peter Zhu
[next]