Bug 105737 - Memory instrumentation: provide a way to mark a node as a root
Summary: Memory instrumentation: provide a way to mark a node as a root
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-24 22:34 PST by Yury Semikhatsky
Modified: 2012-12-24 23:42 PST (History)
11 users (show)

See Also:


Attachments
Patch (7.27 KB, patch)
2012-12-24 22:48 PST, Yury Semikhatsky
apavlov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-12-24 22:34:41 PST
Some objects are considered as roots while traversing native heap and there should be a way to mark them as such in the memory graph.
Comment 1 Yury Semikhatsky 2012-12-24 22:48:50 PST
Created attachment 180701 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-12-24 22:58:53 PST
Comment on attachment 180701 [details]
Patch

looks good to me
Comment 3 Yury Semikhatsky 2012-12-24 23:42:23 PST
Committed r138454: <http://trac.webkit.org/changeset/138454>