Re-apply r4159 now with working test on x64
authormikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Mar 2010 13:15:42 +0000 (13:15 +0000)
committermikhail.naganov@gmail.com <mikhail.naganov@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Mar 2010 13:15:42 +0000 (13:15 +0000)
commitd2188658ca7372580e94a70ba240ee32ecd5e1ce
treef83207b2d020570d4598bda25c2f2454bf194f9d
parent0f988248b285e8eeb784ecfb446888aa4abd6620
Re-apply r4159 now with working test on x64

TBR=sgjesse@chromium.org

Review URL: http://codereview.chromium.org/979005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4164 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/SConscript
src/circular-queue-inl.h [new file with mode: 0644]
src/circular-queue.cc [new file with mode: 0644]
src/circular-queue.h [new file with mode: 0644]
src/platform.h
test/cctest/SConscript
test/cctest/test-circular-queue.cc [new file with mode: 0644]
tools/gyp/v8.gyp
tools/v8.xcodeproj/project.pbxproj
tools/visual_studio/v8_base.vcproj
tools/visual_studio/v8_base_arm.vcproj
tools/visual_studio/v8_base_x64.vcproj
tools/visual_studio/v8_cctest.vcproj
tools/visual_studio/v8_cctest_arm.vcproj
tools/visual_studio/v8_cctest_x64.vcproj