[Webkit-unassigned] [Bug 120107] New: [mips][arm EABI] Fix P_DFGOperation_EJS call in DFG.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 00:52:13 PDT 2013


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

           Summary: [mips][arm EABI] Fix P_DFGOperation_EJS call in DFG.
           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: jbrianceau at nds.com


EncodedJSValue parameters must be aligned to even registers for MIPS and ARM EABI.

This constraint is not followed in JITCompiler::Call callOperation(P_DFGOperation_EJS operation, GPRReg result, JSValueRegs value, size_t index) 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