On 2013/11/11 13:54:57, bnoordhuis wrote:
Use CLOCK_REALTIME_COARSE and CLOCK_MONOTONIC_COARSE when available for
reasons
of being faster than the traditional gettimeofday() and
clock_gettime(CLOCK_MONOTONIC) system calls.
As mentioned in CR 51333007, I can change the guard logic to `#if
defined(CLOCK_REALTIME_COARSE)` and `#if defined(CLOCK_MONOTONIC_COARSE)`
so
Android gets it for free if/when they add support for it.
The problem is not Android itself, but the host toolchain. That's what the
weird
V8_LIBRT_NOT_AVAILABLE macro is for. I updated the patch and did some minor
refactoring.
LGTM
https://codereview.chromium.org/68203004/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.