DescriptionRemove 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
Committed: https://crrev.com/47cca4684e18c928d5d32b290b4c1314ac156953
Cr-Commit-Position: refs/heads/master@{#27833}
Patch Set 1 #
Messages
Total messages: 9 (1 generated)
|