[Webkit-unassigned] [Bug 72047] New: #ifdef CPU(X86) specific div/mod code in DFGSpeculativeJIT32_64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 13:02:20 PST 2011


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

           Summary: #ifdef CPU(X86) specific div/mod code in
                    DFGSpeculativeJIT32_64
           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


We currently don't attempt to abstract divide through the macro assembler, due to these instructions commonly having specific requirements. This means there is architecture specific code in the JIT - #ifdef it, and provide a common implementation.

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