WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
81756
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ilya Tikhonovsky
Comment 1
2012-03-21 04:03:00 PDT
Created
attachment 133005
[details]
Patch
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
Committed
r111522
: <
http://trac.webkit.org/changeset/111522
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug