https://codereview.chromium.org/51333007/diff/1/src/platform/time.cc
File src/platform/time.cc (right):
https://codereview.chromium.org/51333007/diff/1/src/platform/time.cc#newcode291
src/platform/time.cc:291: if (no_clock_monotonic_coarse == false) {
On 2013/10/30 13:38:56, ben2 wrote:
Agree on the double negative but I wrote it this way to ensure that
the flag
ends up in the .bss rather than the .data section.
Not sure what you mean by locking. [...]
OK, I was a bit confused. What I meant was the fact that GCC protects
the initialization of a non-POD static with __cxa_guard_acquire /
__cxa_guard_release unless you specify-fno-threadsafe-statics. That's
not the case here, but our thread sanitizer tool will be unhappy about
this nevertheless, I guess...
https://codereview.chromium.org/51333007/
--
--
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.