http://codereview.chromium.org/7046001/diff/1/test/cctest/test-cpu-profiler.cc File test/cctest/test-cpu-profiler.cc (right):
http://codereview.chromium.org/7046001/diff/1/test/cctest/test-cpu-profiler.cc#newcode250 test/cctest/test-cpu-profiler.cc:250: while (!processor.running()) { ProfilerEventsProcessor sets "running" to true in the constructor. Do we need this loop (here and in other places in this file)? If yes, can we replace it with a semaphore? http://codereview.chromium.org/7046001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
