https://codereview.chromium.org/1185643004/diff/100001/src/d8.h
File src/d8.h (right):
https://codereview.chromium.org/1185643004/diff/100001/src/d8.h#newcode13
src/d8.h:13: #include "src/unbound-queue.h"
Don't use the UnboundedQueue. It's only purpose is to fullfil the needs
of the CPU profiler, which cannot use locking due to
SuspendThread()/SIGPROF. Use a normal mutex/semaphore guarded queue
instead.
https://codereview.chromium.org/1185643004/
--
--
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/d/optout.