[Webkit-unassigned] [Bug 73947] GC zapping logic could benefit from some more assertions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 13:45:36 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73947


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #118103|review?                     |review+
               Flag|                            |




--- Comment #2 from Gavin Barraclough <barraclough at apple.com>  2011-12-06 13:45:36 PST ---
(From update of attachment 118103)
View in context: https://bugs.webkit.org/attachment.cgi?id=118103&action=review

> Source/JavaScriptCore/heap/MarkedBlock.h:293
> +            }

This could be:
    ASSERT(!isZapped(cell) || !m_marks.get(atomNumber(cell)));
    return !isZapped(cell);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list