[#69084] [Ruby trunk - Feature #11124] [Open] [PATCH] lib/*: use monotonic clock for timeouts — normalperson@...
Issue #11124 has been reported by Eric Wong.
5 messages
2015/05/06
[#69138] [Ruby trunk - Feature #11136] [PATCH] webrick: avoid fcntl module — nobu@...
Issue #11136 has been updated by Nobuyoshi Nakada.
3 messages
2015/05/12
[#69160] [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start — nobu@...
Issue #11146 has been updated by Nobuyoshi Nakada.
4 messages
2015/05/13
[#69175] Re: [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start
— Eric Wong <normalperson@...>
2015/05/13
nobu@ruby-lang.org wrote:
[ruby-core:69390] Re: systems without CLOCK_MONOTONIC?
From:
"NARUSE, Yui" <naruse@...>
Date:
2015-05-28 08:35:59 UTC
List:
ruby-core #69390
I don't know an environment which doesn't have CLOCK_MONOTONIC though it may be. 2015-05-28 6:13 GMT+09:00 Eric Wong <normalperson@yhbt.net>: > Eric Wong <normalperson@yhbt.net> wrote: >> Just checking, which systems do we support do not have CLOCK_MONOTONIC >> (emulated or otherwise). >> >> We already emulate it with mach_absolute_time() and times(), so >> I'd like to remove the defined? checks from stdlib if possible. >> >> Thanks. >> >> ref: https://bugs.ruby-lang.org/issues/11124 > > Based on naruse's comment in [ruby-core:64393], I'm inclined to go > with the following which will only use CLOCK_MONOTONIC. > > http://80x24.org/spew/m/1432761094-16259-1-git-send-email-e@80x24.org.txt -- NARUSE, Yui <naruse@airemix.jp>