<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/zjit/zjit.mk, 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>JITs: Pass down GNU make jobserver resources when appropriate</title>
<updated>2025-12-17T19:49:32+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2025-12-17T18:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=656de67d5c8cd894eeda0baa618663098dce17f2'/>
<id>656de67d5c8cd894eeda0baa618663098dce17f2</id>
<content type='text'>
To fix warnings from rustc on e.g. Make 4.3, which is in Ubuntu 24.04:

&gt; warning: failed to connect to jobserver from environment variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To fix warnings from rustc on e.g. Make 4.3, which is in Ubuntu 24.04:

&gt; warning: failed to connect to jobserver from environment variable
</pre>
</div>
</content>
</entry>
<entry>
<title>JITs: Drop cargo and use just rustc for release combo build</title>
<updated>2025-12-10T21:35:00+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2025-12-09T03:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=029a48176cf9fd367d52d8c9f87cb9f77d425a43'/>
<id>029a48176cf9fd367d52d8c9f87cb9f77d425a43</id>
<content type='text'>
So we don't expose builders to network flakiness which cannot be worked
around using cargo's --offline flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we don't expose builders to network flakiness which cannot be worked
around using cargo's --offline flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: For rustc build, remove cargo touch(1) workaround</title>
<updated>2025-12-10T21:35:00+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2025-12-09T03:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1bab216062e94e8856ddf3760806b189b4ac5b09'/>
<id>1bab216062e94e8856ddf3760806b189b4ac5b09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: Fix duplicate make rule warning in combo build</title>
<updated>2025-12-05T20:49:25+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2025-12-03T22:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8296524fd6cf2fb9ae1eca4be722fe9ee2c26f37'/>
<id>8296524fd6cf2fb9ae1eca4be722fe9ee2c26f37</id>
<content type='text'>
    ~/zjit/zjit.mk:30: warning: overriding commands for target `~/build-default/'
    ~/yjit/yjit.mk:26: warning: ignoring old commands for target `~/build-default/'
    ~/zjit/zjit.mk:30: warning: overriding commands for target `~/build-default/'
    ~/yjit/yjit.mk:26: warning: ignoring old commands for target `~/build-default/'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    ~/zjit/zjit.mk:30: warning: overriding commands for target `~/build-default/'
    ~/yjit/yjit.mk:26: warning: ignoring old commands for target `~/build-default/'
    ~/zjit/zjit.mk:30: warning: overriding commands for target `~/build-default/'
    ~/yjit/yjit.mk:26: warning: ignoring old commands for target `~/build-default/'
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: Support gdb for debugging zjit-test (#14637)</title>
<updated>2025-09-23T19:05:52+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashi.kokubun@shopify.com</email>
</author>
<published>2025-09-23T19:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0fe1099d9a0bb3ac2b25828578defba3b5243aad'/>
<id>0fe1099d9a0bb3ac2b25828578defba3b5243aad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: Add support for stats_allocator</title>
<updated>2025-09-12T04:51:47+00:00</updated>
<author>
<name>Aiden Fox Ivey</name>
<email>aiden.foxivey@shopify.com</email>
</author>
<published>2025-09-12T03:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cd85fe5a87f3f7cac92b132f9f195a3d39685a37'/>
<id>cd85fe5a87f3f7cac92b132f9f195a3d39685a37</id>
<content type='text'>
* Using the shared jit crate, support for a single global_allocator can
function
* Solves --zjit-mem-size
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Using the shared jit crate, support for a single global_allocator can
function
* Solves --zjit-mem-size
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: Fix backtraces on opt_new (#14461)</title>
<updated>2025-09-08T16:50:33+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-09-08T16:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=866e474ac854db0655a89a801f9bc871e9ec1ce0'/>
<id>866e474ac854db0655a89a801f9bc871e9ec1ce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: Enable no-fail-fast on zjit-test</title>
<updated>2025-08-28T13:20:30+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2025-08-27T22:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d19a1eee815b5c4d14ec0ff992e7880e8a1861c5'/>
<id>d19a1eee815b5c4d14ec0ff992e7880e8a1861c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: Add zjit-test-update for updating insta snapshot</title>
<updated>2025-08-28T13:20:30+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2025-08-27T18:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6b7ed4cad208ab7528070a66b1c97906606fa499'/>
<id>6b7ed4cad208ab7528070a66b1c97906606fa499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: Start testing againt /test</title>
<updated>2025-07-23T23:52:59+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2025-07-18T16:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3504eba9b81ee5d7f2220a5540f57ef01ec7891f'/>
<id>3504eba9b81ee5d7f2220a5540f57ef01ec7891f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
