Commit a8228cdc authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

Enable unified garbage collections

Enables unified heap garbage collection across V8 and Blink. The GC
computes a single transitive closure across V8's API boundary before
starting the separate sweepers.

Sheriffs: This is a dry-run of the feature and will be reverted after
cycling through the waterfall and performance bots.

Bug: 843903
Change-Id: I0d3e9fc76fa9b116f32d92a234c45afe11120cf9
Reviewed-on: https://chromium-review.googlesource.com/c/1290869Reviewed-by: default avatarHannes Payer <hpayer@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605634}
parent 84dd6c24
......@@ -572,6 +572,7 @@
},
{
name: "HeapUnifiedGarbageCollection",
status: "stable",
},
// Only exposed when a translation engine is available
// and experimental features are enabled.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment