heap: Concurrent marking implies Incremental marking
Concurrent marking relies on incremental marking, so incremental should be enabled whenever concurrent is enabled. Current features framework doesn't allow to enable incremental whenever concurrent is enabled, so instead we check that this condition is satisfied when we initialize the process heap. Bug: 986235 Change-Id: I98e464e8f5c6bea700374144dc529e1721cc6f59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1805650 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#702071}
Showing
Please register or sign in to comment