[Webkit-unassigned] [Bug 251251] New: Ensure FixedBitVector's WordType matches the type of BitVector::m_bitsOrPointer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 23:25:50 PST 2023


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

            Bug ID: 251251
           Summary: Ensure FixedBitVector's WordType matches the type of
                    BitVector::m_bitsOrPointer.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

The rest of FixedBitVector's code relies on this relationship.  So, let's make it explicit.

Also, fixed a bug in BitMap's API tests: testBitmapConcurrentTestAndSet() and testBitmapConcurrentTestAndClear() were exercising testAndSet() and testAndClear() respectively instead of their concurrent versions.  This was originally found by Yijia Huang in https://bugs.webkit.org/show_bug.cgi?id=250847.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230127/44498157/attachment-0001.htm>


More information about the webkit-unassigned mailing list