<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/coroutine, branch v3_1_6</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Ignore dead threads in `coroutine_join`.</title>
<updated>2021-07-02T00:36:14+00:00</updated>
<author>
<name>Samuel Williams</name>
<email>samuel.williams@oriontransfer.co.nz</email>
</author>
<published>2021-07-01T21:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1862d961a9b18acbf30d9391e091d91de9c0f16d'/>
<id>1862d961a9b18acbf30d9391e091d91de9c0f16d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace copy coroutine with pthread implementation.</title>
<updated>2021-06-30T23:23:03+00:00</updated>
<author>
<name>Samuel Williams</name>
<email>samuel.williams@oriontransfer.co.nz</email>
</author>
<published>2021-06-25T22:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=42130a64f02294dc8025af3a51bda518c67ab33d'/>
<id>42130a64f02294dc8025af3a51bda518c67ab33d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix -Wundef warnings in coroutine/*/Context.h</title>
<updated>2021-05-04T12:56:55+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2021-04-29T12:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=229cbeba8c928dc6ee5eb21951e00c43a6e5225c'/>
<id>229cbeba8c928dc6ee5eb21951e00c43a6e5225c</id>
<content type='text'>
* See [Feature #17752]

Co-authored-by: xtkoba (Tee KOBAYASHI) &lt;xtkoba+ruby@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* See [Feature #17752]

Co-authored-by: xtkoba (Tee KOBAYASHI) &lt;xtkoba+ruby@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>coroutine: Darwin on ARM64 needs alignment of 2^2</title>
<updated>2021-04-01T10:51:06+00:00</updated>
<author>
<name>David CARLIER</name>
<email>devnexen@gmail.com</email>
</author>
<published>2021-03-31T20:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=68a8f611e01c1e43a7362f590316268ccf7865c5'/>
<id>68a8f611e01c1e43a7362f590316268ccf7865c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for native riscv64 coroutines.</title>
<updated>2021-03-30T06:23:17+00:00</updated>
<author>
<name>Samuel Williams</name>
<email>samuel.williams@oriontransfer.co.nz</email>
</author>
<published>2021-03-30T05:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b507f65d4461757c577a9f90325967e92a895520'/>
<id>b507f65d4461757c577a9f90325967e92a895520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coroutine mac m1 update.</title>
<updated>2021-03-22T14:32:07+00:00</updated>
<author>
<name>David CARLIER</name>
<email>devnexen@gmail.com</email>
</author>
<published>2021-03-05T20:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=816a1d97fdcb46cec51f6fa25d191630698106d1'/>
<id>816a1d97fdcb46cec51f6fa25d191630698106d1</id>
<content type='text'>
using proper link register and frame pointer which equal x30/x29.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using proper link register and frame pointer which equal x30/x29.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generating note.GNU-stack section for FreeBSD on x86.</title>
<updated>2021-03-05T01:33:52+00:00</updated>
<author>
<name>David Carlier</name>
<email>devnexen@gmail.com</email>
</author>
<published>2021-03-04T22:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0ead818d81c975275238878c81f300dd404e0722'/>
<id>0ead818d81c975275238878c81f300dd404e0722</id>
<content type='text'>
Not enabling for ELF in general as not all platform support it
 (e.g. NetBSD, implictly stack never executable).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not enabling for ELF in general as not all platform support it
 (e.g. NetBSD, implictly stack never executable).
</pre>
</div>
</content>
</entry>
<entry>
<title>coroutine arm64 generating note.GNU-stack section for linux.</title>
<updated>2021-03-05T01:26:00+00:00</updated>
<author>
<name>David Carlier</name>
<email>devnexen@gmail.com</email>
</author>
<published>2021-03-04T21:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c230ccdba6cda107f3a5bcd540afa3e75677a676'/>
<id>c230ccdba6cda107f3a5bcd540afa3e75677a676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coroutine/emscripten/: Experimentally support emscripten fiber API</title>
<updated>2021-01-23T09:56:06+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2021-01-23T09:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=62283f7a7a87fa2f353814a3ef6a3b1cab2a32b8'/>
<id>62283f7a7a87fa2f353814a3ef6a3b1cab2a32b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support coroutine on universal binary</title>
<updated>2021-01-22T14:41:52+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-22T14:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=07b4b1b1cbafb73c03d04f25c8f3ae6d70975ed5'/>
<id>07b4b1b1cbafb73c03d04f25c8f3ae6d70975ed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
