[Webkit-unassigned] [Bug 69133] New: Fix bug in getHostCallReturnValue of DFG JIT on X86

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 00:01:46 PDT 2011


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

           Summary: Fix bug in getHostCallReturnValue of DFG JIT on X86
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuqiang.xian at intel.com
                CC: barraclough at apple.com


We need to insert the additional argument in the stack slot before return address instead of simply pushing it afterwards. Also getHostCallReturnValue* should be attributed as stdcall to make the stack cleaned up by the callee.

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