Bug 149980

Summary: VisitedValueCount GC Counter misses parallel SlotVisitors
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: JavaScriptCoreAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, kling
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-10-09 17:26:30 PDT
VisitedValueCount GC Counter misses parallel SlotVisitors, it only counts the objects the main thread visits.

Not sure how useful this counter is (it is the only one), but lets correct its value.
Comment 1 Joseph Pecoraro 2015-10-09 17:27:44 PDT
Created attachment 262806 [details]
[PATCH] Proposed Fix
Comment 2 Geoffrey Garen 2015-10-12 12:05:34 PDT
Comment on attachment 262806 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2015-10-12 12:36:38 PDT
Comment on attachment 262806 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 262806

Committed r190881: <http://trac.webkit.org/changeset/190881>
Comment 4 WebKit Commit Bot 2015-10-12 12:36:41 PDT
All reviewed patches have been landed.  Closing bug.