[Webkit-unassigned] [Bug 125067] New: mips path could be merged with arm/sh4 path in nativeForGenerator and privateCompileCTINativeCall

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 2 01:31:48 PST 2013


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

           Summary: mips path could be merged with arm/sh4 path in
                    nativeForGenerator and privateCompileCTINativeCall
           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: jbriance at cisco.com


In nativeForGenerator and privateCompileCTINativeCall functions, CPU(MIPS) path could be merged with CPU(ARM) || CPU(SH4) path to reduce architecture specific code.

Moreover, this is likely to fix a potential issue in mips port: with current implementation Callee is put in MIPSRegisters::a2 instead of MIPSRegisters::a1 (argumentGPR1).

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