[webkit-reviews] review granted: [Bug 81756] Web Inspector: HeapSnapshot: make _bfs twice as fast as the old version. : [Attachment 133005] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 04:09:01 PDT 2012


Yury Semikhatsky <yurys at chromium.org> has granted Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 81756: Web Inspector: HeapSnapshot: make _bfs twice as fast as the old
version.
https://bugs.webkit.org/show_bug.cgi?id=81756

Attachment 133005: Patch
https://bugs.webkit.org/attachment.cgi?id=133005&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
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) ?


More information about the webkit-reviews mailing list