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-07-26
Fix a -Wmaybe-uninitialized
Alan Wu
2024-07-26
Put the default GC implementation back into gc.o
Alan Wu
2024-07-22
newobj_of(): Use parameter instead of GET_RACTOR()
Alan Wu
2024-07-22
Add newline when printing dlopen error message
Peter Zhu
2024-07-19
Move frozen check out of rb_gc_impl_undefine_finalizer
Peter Zhu
2024-07-19
Make rb_gc_impl_undefine_finalizer return void
Peter Zhu
2024-07-19
Move return value of rb_define_finalizer out
Peter Zhu
2024-07-19
Make define_final call rb_define_finalizer
Peter Zhu
2024-07-15
Add gc/gc.h for functions in gc.c and used by GC implementations
Peter Zhu
2024-07-12
Provide GC.config to disable major GC collections
Matt Valentine-House
2024-07-12
Add gc/gc_impl.h for GC implementation headers
Peter Zhu
2024-07-12
give up USE_GC_MALLOC_OBJ_INFO_DETAILS
卜部昌平
2024-07-10
Allow miniruby to load shared GC
Peter Zhu
2024-07-05
Change external GC to use directory at configure
Peter Zhu
2024-07-05
Revert "Load external GC using command line argument"
Peter Zhu
2024-07-03
Remove unused gc_raw_obj_info_basic
Peter Zhu
2024-07-03
Remove unused obj_info_basic
Peter Zhu
2024-07-03
Fix ASAN builds
Peter Zhu
2024-07-03
Fix compilation with RGENGC_CHECK_MODE=2
Peter Zhu
2024-07-03
[Feature #20470] Implement support for USE_SHARED_GC
Peter Zhu
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-06-21
Load external GC using command line argument
Peter Zhu
2024-06-20
Make ruby_external_gc_init static
Peter Zhu
2024-06-13
do not call `check_rvalue_consistency` here
Koichi Sasada
2024-06-13
avoid recursive calls on `check_rvalue_consistency`
Koichi Sasada
2024-06-12
[Bug #20577] Fix freeing symbols when RUBY_FREE_AT_EXIT
Peter Zhu
2024-06-12
Simplify GC bitmap access macros
Matt Valentine-House
2024-06-12
Use RVALUE_UNCOLLECTIBLE consistently
Matt Valentine-House
2024-06-12
Use RVALUE_WB_UNPROTECTED consistently
Matt Valentine-House
2024-06-12
Use RVALUE_MARKING consistently
Matt Valentine-House
2024-06-12
Use RVALUE_MARKED consistently
Matt Valentine-House
2024-06-12
Use RVALUE_PINNED consistently
Matt Valentine-House
2024-06-12
Remove unneeded loop through size_pools
Matt Valentine-House
2024-06-11
Remove use of symbols and arrays when freeing global table
Peter Zhu
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
[next]