[Webkit-unassigned] [Bug 145721] New: Sink real number type checks below the first arithmetic operation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 20:09:16 PDT 2015


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

            Bug ID: 145721
           Summary: Sink real number type checks below the first
                    arithmetic operation
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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

In cases like:

o.x + o.y

Where the two operands are likely real doubles, we currently do NaN checks for both operands before doing the addition.  Instead, we could do the NaN check after speculatively doing the addition.

-- 
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/20150606/e943ecfe/attachment.html>


More information about the webkit-unassigned mailing list