bindings: Handle null ephemeron keys in heap snapshot
Heap snapshot filters ephemeron entries with null keys. Also, because heap snapshot doesn't do stack scannig, we are not guaranteed to trace all ephemeron entries by the end of the snapshot. Replacing ephemeron/worklist handling with a fixed-point computation to guarantee we cover as many objects as we can. Followup CL will filter untraceable ephemeron values. Bug: 1021991 Change-Id: I4f27a631d03672823f6b35a03509559122426743 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907007 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#714096}
Showing
Please register or sign in to comment