summaryrefslogtreecommitdiff
path: root/gc
AgeCommit message (Expand)Author
2024-07-19Make rb_gc_impl_undefine_finalizer return voidPeter Zhu
2024-07-19Assert that object is not frozen in rb_gc_impl_define_finalizerPeter Zhu
2024-07-19Move return value of rb_define_finalizer outPeter Zhu
2024-07-18Use rb_obj_hide instead of setting klass to 0Peter Zhu
2024-07-17Don't disable GC in rb_gc_impl_object_idPeter Zhu
2024-07-17Make OBJ_ID_INCREMENT == RUBY_IMMEDIATE_MASK + 1Peter Zhu
2024-07-17Remove unused variable from GC compaction pathMatt Valentine-House
2024-07-16[DOC] Fix typo in gc/default.cPeter Zhu
2024-07-16Remove dependency on dtrace when building shared GCPeter Zhu
2024-07-16static const char *type_name() implemented卜部昌平
2024-07-16fix compile error卜部昌平
2024-07-15Remove unused ruby_initial_gc_stressPeter Zhu
2024-07-15Add gc/gc.h for functions in gc.c and used by GC implementationsPeter Zhu
2024-07-15Rename GC_IMPL_H macro to GC_GC_IMPL_HPeter Zhu
2024-07-12Avoid extra module linkage in gc/default.cMatt Valentine-House
2024-07-12Rename full_mark -> rgengc_allow_full_markMatt Valentine-House
2024-07-12Provide GC.config to disable major GC collectionsMatt Valentine-House
2024-07-12Add gc/gc_impl.h for GC implementation headersPeter Zhu
2024-07-12give up USE_GC_MALLOC_OBJ_INFO_DETAILS卜部昌平
2024-07-11Rename gc/gc_impl.c to gc/default.cPeter Zhu
2024-07-11Move gc_impl.c to gc/gc_impl.cPeter Zhu