Reviewers: Søren Gjesse,

Description:
Implement circular queues for the C++ version of CPU profiler.

Circular queues serve as a transport for communicating between
VM, stack sampler and analyzer threads. Logging requirements
for VM and stack sampler are completely different, that's why
I introduced two different versions of CQs.

Please review this at http://codereview.chromium.org/1047002

Affected files:
  M src/SConscript
  A src/circular-queue-inl.h
  A src/circular-queue.h
  A src/circular-queue.cc
  M test/cctest/SConscript
  A test/cctest/test-circular-queue.cc
  M tools/gyp/v8.gyp
  M tools/v8.xcodeproj/project.pbxproj
  M tools/visual_studio/v8_base.vcproj
  M tools/visual_studio/v8_base_arm.vcproj
  M tools/visual_studio/v8_base_x64.vcproj
  M tools/visual_studio/v8_cctest.vcproj
  M tools/visual_studio/v8_cctest_arm.vcproj
  M tools/visual_studio/v8_cctest_x64.vcproj


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to