RESOLVED FIXED81756
Web Inspector: HeapSnapshot: make _bfs twice as fast as the old version.
https://bugs.webkit.org/show_bug.cgi?id=81756
Summary Web Inspector: HeapSnapshot: make _bfs twice as fast as the old version.
Ilya Tikhonovsky
Reported 2012-03-21 03:58:50 PDT
%subj% patch to follow
Attachments
Patch (3.27 KB, patch)
2012-03-21 04:03 PDT, Ilya Tikhonovsky
yurys: review+
Ilya Tikhonovsky
Comment 1 2012-03-21 04:03:00 PDT
Yury Semikhatsky
Comment 2 2012-03-21 04:09:02 PDT
Comment on attachment 133005 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133005&action=review > Source/WebCore/inspector/front-end/HeapSnapshot.js:1023 > + if (typeof this._distancesToWindow[childNodeIndex] !== "undefined") if (childNodeIndex in this._distanceToWindow) ?
Ilya Tikhonovsky
Comment 3 2012-03-21 04:29:58 PDT
Note You need to log in before you can comment on or make changes to this bug.