[Webkit-unassigned] [Bug 123615] [Win] Enable DFG JIT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 09:50:14 PDT 2014


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





--- Comment #32 from Alex Christensen <achristensen at apple.com>  2014-07-07 09:50:29 PST ---
(From update of attachment 234363)
View in context: https://bugs.webkit.org/attachment.cgi?id=234363&action=review

This is exciting!  Somebody from the JSC team will have to review it.

> Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:162
> +        // Note: this implementation supports up to 3 parameters.

Are 3 parameters always going to be enough?

> Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:164
> +        // Shift the parameters to the right.

Is there a way to make the parameters be in the right place without shifting them?

> Source/WTF/wtf/Platform.h:699
> +/* Enable the DFG JIT on X86 and X86_64.  Only tested on Mac, GNU/Linux, FreeBSD, and Windows. */

Couldn't we remove the Only tested... line entirely?

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