[#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
ko1@atdot.net 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@...
Issue #15130 has been updated by duerst (Martin D端rst).
5 messages
2018/09/30
[ruby-core:88931] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
From:
Eric Wong <normalperson@...>
Date:
2018-09-09 18:34:12 UTC
List:
ruby-core #88931
Koichi Sasada <ko1@atdot.net> wrote: > On 2018/09/10 2:26, Eric Wong wrote: > > Sorry, I mean they can share VM stack cache; not the in-use VM stack. > > It makes sense. > > But I remember that Fiber stack is smaller than Thread VM stack because of > rough estimation (Fiber may not require a big stack). Does it okay? Yes, cache will only be reused if fiber and thread VM stack size match. Maybe most users don't set them to the same value, but I do when using fibers. In the future, maybe we can make them the same in config to minimize needless difference and simplify configs/documentation. It will be a separate proposal. Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>