Reviewers: Mads Ager, Description: Use v8::internal threading support in samples/shell.cc.
We need this for isolates testing. To make it work I had to extend the internal Thread constructor with an option to set the stack size (see the comment in shell.cc). BUG=1264 Please review this at http://codereview.chromium.org/6711068/ Affected files: M samples/shell.cc M src/platform-cygwin.cc M src/platform-freebsd.cc M src/platform-linux.cc M src/platform-macos.cc M src/platform-nullos.cc M src/platform-openbsd.cc M src/platform-solaris.cc M src/platform-win32.cc M src/platform.h M test/cctest/cctest.h M test/cctest/test-api.cc M test/cctest/test-circular-queue.cc M test/cctest/test-debug.cc M test/cctest/test-sockets.cc M test/cctest/test-thread-termination.cc M test/cctest/test-threads.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
