[#88925] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
4 messages
2018/09/09
[#88927] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
— Eric Wong <normalperson@...>
2018/09/09
[email protected] wrote:
[#88926] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
3 messages
2018/09/09
[#89218] [Ruby trunk Bug#15130] open-uri hangs on cygwin — duerst@...
SXNzdWUgIzE1MTMwIGhhcyBiZWVuIHVwZGF0ZWQgYnkgZHVlcnN0IChNYXJ0aW4gRMO8cnN0KS4K
5 messages
2018/09/30
[ruby-core:88873] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
From:
Eric Wong <normalperson@...>
Date:
2018-09-05 21:47:50 UTC
List:
ruby-core #88873
[email protected] wrote: > Issue #13618 has been updated by MSP-Greg (Greg L). > > > @normalperson Eric, > > I applied the two patches in 'note 139', and three test suites stopped.. With test-all running parallel, it's difficult to tell what caused the issue. > > btest - stopped on `#354 test_insns.rb` OK, extremely unexpected because no I/O happens, there. > spec - the log looked garbled, so I'm not sure. > > I've downloaded the build, I'll see if I can run some of the tests locally... > > If I misunderstood about what to apply or when, sorry. Thanks, Greg Thanks Greg, You can also checkout my git repo @ commit 13c51c9c9ae39dae08497cfe0eb119244c4d2224 https://80x24.org/ruby.git (branch: coro-r64610) Can you try breaking out the first patch? It's only a restructuring so there should be no OS-dependent changes: https://80x24.org/spew/[email protected]/raw "unify sync_waiter, waitpid_state, waiting_fd w/ rb_sched_waiter" Thanks. I still need to fix some problems with my work-in-progress changes to support SizedQueue/Queue. Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>