Oilpan: Incremental Marking using Tasks
This patch moves incremental marking steps in Oilpan from safe points to V8 task runner thereby letting scheduler know about GC existence. This is expected to regress atomic-pause duration, since incremental steps are not as prioritized as they used to be, but at the same time latency should improve. Bug: 1002998 Change-Id: I1f0fa3468160a3505fcf71f85655c0fd41dc1c67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607642 Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#708724}
Showing
This diff is collapsed.
Please register or sign in to comment