<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/gc/mmtk, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/mmtk] Fix compatibility for Rust 1.85</title>
<updated>2025-02-21T00:35:02+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2025-02-20T18:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=20a72bb6ec9cb27a91f00481de36fe5348296d8d'/>
<id>20a72bb6ec9cb27a91f00481de36fe5348296d8d</id>
<content type='text'>
https://github.com/ruby/mmtk/commit/9da566e26a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/mmtk/commit/9da566e26a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] Also remove .rustc_info.json in clean-mmtk target</title>
<updated>2024-12-09T19:11:49+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-12-09T19:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=de7feb0538266b2d66b444f4142773c2f510cdcc'/>
<id>de7feb0538266b2d66b444f4142773c2f510cdcc</id>
<content type='text'>
https://github.com/ruby/mmtk/commit/4b67c8b4da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/mmtk/commit/4b67c8b4da
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] Add target clean-mmtk to clean Rust debug and release directories</title>
<updated>2024-12-09T18:37:07+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-12-09T18:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ea7e34fd5d9323f07ab9fdfa561b752d3546dfde'/>
<id>ea7e34fd5d9323f07ab9fdfa561b752d3546dfde</id>
<content type='text'>
https://github.com/ruby/mmtk/commit/1f71cb873c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/mmtk/commit/1f71cb873c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] Support setting the mmtk thread count with MMTK_THREADS</title>
<updated>2024-12-05T16:28:02+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2024-12-05T14:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d8dbc2dcba43ff36221f6549205d2d4cf64b760c'/>
<id>d8dbc2dcba43ff36221f6549205d2d4cf64b760c</id>
<content type='text'>
https://github.com/ruby/mmtk/commit/e4d6b56824
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/mmtk/commit/e4d6b56824
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] Use extconf.rb for external GC compilation</title>
<updated>2024-11-22T09:55:25+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-11-21T20:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=770ca58cd3ffdf88e8629d8b5bd1d2ada139852b'/>
<id>770ca58cd3ffdf88e8629d8b5bd1d2ada139852b</id>
<content type='text'>
This commit adds extconf.rb for both the default GC and and MMTk to build
the external GC. This allows common.mk to not need to contain any
implementation-specific build configuration.

https://github.com/ruby/mmtk/commit/db6a29b4a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds extconf.rb for both the default GC and and MMTk to build
the external GC. This allows common.mk to not need to contain any
implementation-specific build configuration.

https://github.com/ruby/mmtk/commit/db6a29b4a9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] [Feature #20860] Implement Mark-Sweep with MMTK</title>
<updated>2024-11-22T09:55:24+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-11-21T20:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=19840dfd718465e3bd7a6cf4cf981944443b2985'/>
<id>19840dfd718465e3bd7a6cf4cf981944443b2985</id>
<content type='text'>
This commit implements the mark-sweep algorithm using MMTk and allows
customizing the plan using MMTK_PLAN.

https://github.com/ruby/mmtk/commit/6fea5e5ffc

Co-Authored-By: Matt Valentine-House &lt;matt@eightbitraptor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit implements the mark-sweep algorithm using MMTk and allows
customizing the plan using MMTK_PLAN.

https://github.com/ruby/mmtk/commit/6fea5e5ffc

Co-Authored-By: Matt Valentine-House &lt;matt@eightbitraptor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/mmtk] [Feature #20860] Implement NoGC with MMTk</title>
<updated>2024-11-22T09:55:23+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-11-21T20:33:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=211aef1bc0f42545897892122da44ed01e066186'/>
<id>211aef1bc0f42545897892122da44ed01e066186</id>
<content type='text'>
This commit only supports initializing MMTk with NoGC and object
allocation.

https://github.com/ruby/mmtk/commit/39aa10e537

Co-Authored-By: Kunshan Wang &lt;wks1986@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit only supports initializing MMTk with NoGC and object
allocation.

https://github.com/ruby/mmtk/commit/39aa10e537

Co-Authored-By: Kunshan Wang &lt;wks1986@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
