[Webkit-unassigned] [Bug 63669] New: DFG JIT - fix spectral-norm regression

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 16:35:40 PDT 2011


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

           Summary: DFG JIT - fix spectral-norm regression
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


The problem is a mis-speculation leading to us falling off the speculative path.  Make the speculation logic slightly smarter, don't predict int if one of the operands is already loaded as a double (we use this logic already for compares).

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