summaryrefslogtreecommitdiff
path: root/gc/wbcheck/extconf.rb
AgeCommit message (Collapse)Author
2026-05-03Add wbcheck GC with write barrier validationJohn Hawthorn
Initial implementation of the wbcheck GC, a modular GC that detects missed write barriers by collecting references from each object and comparing against the set of objects that were marked/written via rb_gc_writebarrier.