[PM] Split unassociated bytes into detached and shared bytes
Currently all unassociated bytes are lumped together into one counter. There are actually two types of unassociated bytes: - bytes of detached V8 contexts (i.e. contexts not attached to the frame tree. - bytes shared between all V8 contexts. Besides splitting the bytes, this CL also adds the corresponding memory types and reports them in the web memory API. Based on this patch by ulan@chromium.org: https://chromium-review.googlesource.com/c/chromium/src/+/2626662 Bug: 1085129 Change-Id: I0097e3b1728f5cbfe72746f0a1fd804215487237 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626978 Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Reviewed-by:Ulan Degenbaev <ulan@chromium.org> Auto-Submit: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#843432}
Showing
This diff is collapsed.
Please register or sign in to comment