RESOLVED FIXED Bug 122117
getHostCallReturnValue needs to be implemented for Win64
https://bugs.webkit.org/show_bug.cgi?id=122117
Summary getHostCallReturnValue needs to be implemented for Win64
Alex Christensen
Reported 2013-09-30 12:39:04 PDT
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.
Attachments
patch (1.27 KB, patch)
2013-09-30 12:42 PDT, Alex Christensen
msaboff: review+
Alex Christensen
Comment 1 2013-09-30 12:42:08 PDT
Alex Christensen
Comment 2 2013-09-30 12:50:56 PDT
Note You need to log in before you can comment on or make changes to this bug.