<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/gc/wbcheck/wbcheck.c, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Add wbcheck GC with write barrier validation</title>
<updated>2026-05-04T03:19:58+00:00</updated>
<author>
<name>John Hawthorn</name>
<email>john@hawthorn.email</email>
</author>
<published>2026-04-22T08:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f617eff63e10b65566042f20b4a76d4f392d131b'/>
<id>f617eff63e10b65566042f20b4a76d4f392d131b</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
