<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/internal/ractor.h, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Fix shared GC with -DRUBY_DEBUG</title>
<updated>2024-10-24T15:08:46+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2024-10-23T19:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1634280e1cd7cbe1f4523681b3dc4036c077256a'/>
<id>1634280e1cd7cbe1f4523681b3dc4036c077256a</id>
<content type='text'>
RUBY_DEBUG enables ractor assertions, which sets up some space at the
end of each RVALUE to store the associated ractor ID. We need to make
sure the function that does this is visible to shared GC libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RUBY_DEBUG enables ractor assertions, which sets up some space at the
end of each RVALUE to store the associated ractor ID. We need to make
sure the function that does this is visible to shared GC libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>internal/ractor.h: Added</title>
<updated>2022-03-30T07:50:46+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2022-03-30T05:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5df2589b64127e86247de26d4db727a62764a869'/>
<id>5df2589b64127e86247de26d4db727a62764a869</id>
<content type='text'>
Currently it has only one function prototype.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently it has only one function prototype.
</pre>
</div>
</content>
</entry>
</feed>
