[Webkit-unassigned] [Bug 152753] New: B3 should strength-reduce bitops on comparison results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 5 12:48:29 PST 2016


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

            Bug ID: 152753
           Summary: B3 should strength-reduce bitops on comparison results
    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

We know that the result of a comparison is 0 or 1, so a lot of high bits are not set.  We can use this to strength-reduce some bitops.

-- 
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/20160105/6eb4315d/attachment-0001.html>


More information about the webkit-unassigned mailing list