[#86520] [Ruby trunk Bug#14681] `syswrite': stream closed in another thread (IOError) — samuel@...
Issue #14681 has been reported by ioquatix (Samuel Williams).
3 messages
2018/04/12
[#86755] [Ruby trunk Feature#14723] [WIP] sleepy GC — normalperson@...
Issue #14723 has been reported by normalperson (Eric Wong).
6 messages
2018/04/29
[ruby-core:86762] Re: [Ruby trunk Feature#14723] [WIP] sleepy GC
From:
Eric Wong <normalperson@...>
Date:
2018-04-29 10:53:57 UTC
List:
ruby-core #86762
Eric Wong <normalperson@yhbt.net> wrote: > I'm not sure if native_sleep() is worth doing GC on in most > cases (Mutex#lock, Queue#pop, ...) because that's waiting > on local resources from other threads within our process. Nevermind, native_sleep benefits from this because local threads may release GVL in ways which cannot trigger GC from select/ppoll. Thus we need to rely on their dependent threads (using Queue#pop, ConditionVariable#wait or similar) to sleep and trigger GC: https://80x24.org/spew/20180429105029.GA23412@dcvr/raw Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>