ruby/gc
Matt Valentine-House fa10441981 Expose GC.config[:implementation], to query the currently active GC
And a default and readonly key to the GC.config hash that names the
current GC implementation.

This is provided by each implementation by the API function
rb_gc_impl_active_gc_name
2024-11-14 10:46:36 +00:00
..
default.c Expose GC.config[:implementation], to query the currently active GC 2024-11-14 10:46:36 +00:00
gc.h Move object processing in Process.warmup to gc.c 2024-10-18 09:06:46 -04:00
gc_impl.h Make rb_gc_impl_stat_heap return a VALUE instead of size_t 2024-10-23 13:18:09 -04:00