Bug 135489

Summary: Remove the JSC::OverridesVisitChildren flag.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, cgarcia, commit-queue, ggaren, kling, mhahnenberg, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch ggaren: review+

Andreas Kling
Reported 2014-07-31 18:44:19 PDT
The OverridesVisitChildren flag is used to annotate that a JSCell subclass overrides the visitChildren() call via the method table. However, this flag is not actually used by anything other than assertions. I think we can remove it, since it contributes a fair amount of LOC. Doing so will also free up one inline flag bit in JSCell.
Attachments
Proposed patch (63.95 KB, patch)
2014-07-31 18:46 PDT, Andreas Kling
ggaren: review+
Andreas Kling
Comment 1 2014-07-31 18:46:21 PDT
Created attachment 235869 [details] Proposed patch
Geoffrey Garen
Comment 2 2014-08-01 11:48:56 PDT
Comment on attachment 235869 [details] Proposed patch r=me
Andreas Kling
Comment 3 2014-08-01 12:03:13 PDT
Note You need to log in before you can comment on or make changes to this bug.