[Webkit-unassigned] [Bug 122974] New: Remove saving callFrameRegister to JITStackFram in JITCompiler::compileFunction()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 11:05:58 PDT 2013


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

           Summary: Remove saving callFrameRegister to JITStackFram in
                    JITCompiler::compileFunction()
           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: msaboff at apple.com
            Blocks: 121756


This is no longer needed as the stack check and arity check are now operations.  
Change is to delete two instances of
    move(stackPointerRegister, GPRInfo::argumentGPR0);
    poke(GPRInfo::callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof(void*));
in Source/JavaScriptCore/dfg/DFGJITCompiler.cpp

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