I keep having to rename members in CellState because understanding their meaning is so hard.
Created attachment 297354 [details] the patch
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/?
(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!
Landed in https://trac.webkit.org/changeset/209954