Bug 81927 - Web Inspector: use separate array to pass nodes in heap snapshot
Summary: Web Inspector: use separate array to pass nodes in heap snapshot
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 81930 82338 82453
Blocks: 78411
  Show dependency treegraph
 
Reported: 2012-03-22 09:30 PDT by Yury Semikhatsky
Modified: 2014-01-26 10:16 PST (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-03-22 09:30:37 PDT
This is an umbrella for a set of changes that should help us migrate from the current snapshot representation where all nodes and containment edges are intermixed in one array to a format where the nodes and edges are stored separately. This will allow us to avoid additional maps on the front-end and will reduce profile processing.