[Webkit-unassigned] [Bug 194493] New: Remove the RELEASE_ASSERT check for duplicate cases in the BinarySwitch constructor.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 10 23:34:17 PST 2019


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

            Bug ID: 194493
           Summary: Remove the RELEASE_ASSERT check for duplicate cases in
                    the BinarySwitch constructor.
           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

Having duplicate cases in the BinarySwitch if not a correctness issue.  It is however not good for performance and memory usage.  As such, a debug ASSERT will do.  We'll also do an audit of the clients of BinarySwitch to see if it's possible to be instantiated with duplicate cases in https://bugs.webkit.org/show_bug.cgi?id=194492 later.

-- 
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/20190211/10f3c1a6/attachment.html>


More information about the webkit-unassigned mailing list