[Webkit-unassigned] [Bug 120998] [Win] Compile errors when enabling DFG JIT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 11:44:20 PDT 2013


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





--- Comment #8 from Brent Fulgham <bfulgham at webkit.org>  2013-10-16 11:43:06 PST ---
(From update of attachment 213241)
View in context: https://bugs.webkit.org/attachment.cgi?id=213241&action=review

Looks good!  I'll try it locally. I notice you don't activate DFG -- is that because the implementation is still not right?

> Source/JavaScriptCore/jit/JITOperationWrappers.h:310
> +#elif COMPILER(MSVC) && CPU(X86)

Unfortunately, none of this can be easily used for 64-bit builds because MSVC does not allow in-line assembly code. We are going to have to move this code to an *.asm file at some point.

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