bindings: Update docs and DCHECK for resetting references on Scavenge
5956f2fe already stealth-fixed a problem with rehashed backing stores containing references to dead objects during Scavenge. Emitting a write barrier for such dead objects can corrupt V8's worklists. Not doing the optimization during an already running GC is the safest option. Avoiding write barriers or allocation would be other brittle options that may break in future. Bug: 1021171 Change-Id: Ib3e8b59759e13911a754830c1d20041d60b35cc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899457Reviewed-by:Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#712580}
Showing
Please register or sign in to comment