Bug 88364 - ENH: Add Logging to GC Marking Phase
Summary: ENH: Add Logging to GC Marking Phase
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-05 14:18 PDT by Michael Saboff
Modified: 2012-06-06 16:11 PDT (History)
0 users

See Also:


Attachments
Patch (18.05 KB, patch)
2012-06-05 14:50 PDT, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2012-06-05 14:18:17 PDT
The addition of object visit logging would help debugging of certain problems, including debugging the garbage collector itself.
Comment 1 Michael Saboff 2012-06-05 14:50:14 PDT
Created attachment 145872 [details]
Patch
Comment 2 Michael Saboff 2012-06-06 16:11:33 PDT
Committed r119633: <http://trac.webkit.org/changeset/119633>