RESOLVED INVALID Bug 81927
Web Inspector: use separate array to pass nodes in heap snapshot
https://bugs.webkit.org/show_bug.cgi?id=81927
Summary Web Inspector: use separate array to pass nodes in heap snapshot
Yury Semikhatsky
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.