[Webkit-unassigned] [Bug 69565] New: JavaScript tests should have coverage for corner cases of DFG speculation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 14:44:34 PDT 2011


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

           Summary: JavaScript tests should have coverage for corner cases
                    of DFG speculation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


The JavaScriptCore DFG JIT compiler likes to speculate on a lot of fast cases of JavaScript execution, like that integer additions don't overflow, bitwise operations don't create numbers that are not representable using signed 32-bit integers, etc.  We only have limited test coverage for these cases, and that should be fixed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list