Bug 165969

Summary: CellState should have members with accurate names
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 165909    
Attachments:
Description Flags
the patch mark.lam: review+

Filip Pizlo
Reported 2016-12-16 14:02:16 PST
I keep having to rename members in CellState because understanding their meaning is so hard.
Attachments
the patch (8.51 KB, patch)
2016-12-16 14:07 PST, Filip Pizlo
mark.lam: review+
Filip Pizlo
Comment 1 2016-12-16 14:07:55 PST
Created attachment 297354 [details] the patch
Mark Lam
Comment 2 2016-12-16 14:13:23 PST
Comment on attachment 297354 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=297354&action=review r=me with typo fix. > Source/JavaScriptCore/heap/CellState.h:34 > + // is a full collection and it's actually a while object (you'd know because its mark bit /while/white/?
Filip Pizlo
Comment 3 2016-12-16 18:40:11 PST
(In reply to comment #2) > Comment on attachment 297354 [details] > the patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=297354&action=review > > r=me with typo fix. > > > Source/JavaScriptCore/heap/CellState.h:34 > > + // is a full collection and it's actually a while object (you'd know because its mark bit > > /while/white/? Yup, fixed!
Filip Pizlo
Comment 4 2016-12-16 18:42:04 PST
Note You need to log in before you can comment on or make changes to this bug.