[ruby-core:86759] Re: [Ruby trunk Feature#14723] [WIP] sleepy GC

From: Eric Wong <normalperson@...>
Date: 2018-04-29 07:38:57 UTC
List: ruby-core #86759
Eric Wong <normalperson@yhbt.net> wrote:
> This is a quick check and even optimized inside the Linux kernel[1].

Sorry, forgot link:
[1] https://bogomips.org/mirrors/linux.git/tree/fs/select.c?h=v4.16#n851
    /* Optimise the no-wait case */

   Also, epoll also optimizes for timeout == 0:
    https://bogomips.org/mirrors/linux.git/tree/fs/eventpoll.c?h=v4.16#n1754

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread