Bug 88416 - Web Inspector: reuse edge_count field of heap snapshot to store retained size
Summary: Web Inspector: reuse edge_count field of heap snapshot to store retained size
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexei Filippov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 07:49 PDT by Alexei Filippov
Modified: 2012-06-07 06:09 PDT (History)
11 users (show)

See Also:


Attachments
Patch (5.13 KB, patch)
2012-06-06 07:53 PDT, Alexei Filippov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexei Filippov 2012-06-06 07:49:25 PDT
The edge_count field is unused after node first edge indexes have been built.
Store node retained size in there instead of allocating an extra array for it.
Comment 1 Alexei Filippov 2012-06-06 07:53:32 PDT
Created attachment 146031 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-06-06 09:37:27 PDT
Comment on attachment 146031 [details]
Patch

lgtm
Comment 3 WebKit Review Bot 2012-06-07 06:09:33 PDT
Comment on attachment 146031 [details]
Patch

Clearing flags on attachment: 146031

Committed r119714: <http://trac.webkit.org/changeset/119714>
Comment 4 WebKit Review Bot 2012-06-07 06:09:38 PDT
All reviewed patches have been landed.  Closing bug.