Add a runtime feature flag for optimizing workers for performance
Currently workers send IsolateInBackgroundNotification to V8 signalling that memory usage is more important than performance. However there are use cases where workers are used for user visible computation and thus are performance critical. This flag will allows us to do a Finch experiment to see how overall memory metrics are impacted. Bug: 1049132 Change-Id: I99e26f36ff10a864a05eb6f30b5d8a62e99e3dc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088515 Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Reviewed-by:Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#747632}
Showing
Please register or sign in to comment