Remove support for specifying the number of available threads
authorjochen <jochen@chromium.org>
Wed, 15 Apr 2015 07:15:52 +0000 (00:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 15 Apr 2015 07:15:43 +0000 (07:15 +0000)
commit47cca4684e18c928d5d32b290b4c1314ac156953
tree4898b816e22030e6973c63f28d30e0d7cf933a20
parentac23150fd2be43fcda9ad12dc118c6b16d96cdb6
Remove support for specifying the number of available threads

The embedder can control how many threads it wants to use via the
v8::Platform implementation. V8 internally doesn't spin up threads
anymore. If the embedder doesn't want to use any threads at all, it's
v8::Platform implementation must either run the background jobs on
the foreground thread, or the embedder should specify --predictable

BUG=none
R=yangguo@chromium.org
LOG=y

Review URL: https://codereview.chromium.org/1064723005

Cr-Commit-Position: refs/heads/master@{#27833}
include/v8.h
src/api.cc
src/d8.cc
src/heap/heap.cc
src/isolate.cc
src/isolate.h
src/optimizing-compile-dispatcher.h