[Webkit-unassigned] [Bug 66426] New: DFG speculative JIT does divide-by-zero checks incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 16:15:46 PDT 2011


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

           Summary: DFG speculative JIT does divide-by-zero checks
                    incorrectly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


The DFG speculative JIT's path for emitting an ArithMod does a divide-by-zero check on a potentially boxed integer by testing the full 64 bit value for zero.  This will always succeed if the value is boxed.

-- 
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