[Webkit-unassigned] [Bug 152512] New: FTL B3 does not logicalNot correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 22 13:37:20 PST 2015


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

            Bug ID: 152512
           Summary: FTL B3 does not logicalNot correctly
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

It was doing bitNot, which for a 32-bit integer means that 1 turns into -2 and 0 turns into -1, both of which evaluate true.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151222/6a1295a2/attachment-0001.html>


More information about the webkit-unassigned mailing list