commit | ca4884b93e197ef8826923bf5197998a408674ac | [log] [tgz] |
---|---|---|
author | Gabriel Charette <[email protected]> | Fri May 04 17:35:06 2018 |
committer | Commit Bot <[email protected]> | Fri May 04 17:35:06 2018 |
tree | 2a2808daeb3b09b7a34c9a8c35dbf4908b5d8d36 | |
parent | a476611b3fbcc9ff552a2d504d7c58b58b4ff259 [diff] |
[v8 platform] Use modern v8 worker threads API in gin. Follow-up to v8 CLs: - https://chromium-review.googlesource.com/c/v8/v8/+/941946 - https://chromium-review.googlesource.com/c/v8/v8/+/941442 - https://chromium-review.googlesource.com/c/v8/v8/+/941944 - https://chromium-review.googlesource.com/c/v8/v8/+/1033584 - https://chromium-review.googlesource.com/c/v8/v8/+/978443 This will make Platform::CallBlockingTaskOnWorkerThread() actually result in a high-priority task which is expected to help blocking parallel GC tasks get ahead of other async work. And allow removal of deprecated "background threads" APIs in v8::Platform. Bug: 817421 Change-Id: Idb7f369538c23c9b065d90cc5ed48300a5c9724c Reviewed-on: https://chromium-review.googlesource.com/957761 Reviewed-by: Jeremy Roman <[email protected]> Commit-Queue: Gabriel Charette <[email protected]> Cr-Commit-Position: refs/heads/master@{#556103}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .