[Webkit-unassigned] [Bug 122117] New: getHostCallReturnValue needs to be implemented for Win64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 30 12:40:07 PDT 2013


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

           Summary: getHostCallReturnValue needs to be implemented for
                    Win64
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex.christensen at flexsim.com
                CC: ggaren at apple.com, msaboff at apple.com,
                    mark.lam at apple.com


r156490 broke the Win64 build.  getHostCallReturnValue is now used but not implemented for Win64, which has no inline assembly capabilities.  I based my assembly off the GCC assembly in JITOperations.cpp, and it works well enough to run sunspider.  The Win64 test infrastructure still needs some improvements.

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