[Webkit-unassigned] [Bug 122472] Win64 JIT broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 11 13:27:38 PDT 2013


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





--- Comment #10 from Mark Lam <mark.lam at apple.com>  2013-10-11 13:26:26 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > Alex, did you get the LLINT building on Windows already?
> Yes.  I think it's been building in Win64 for a while.  I just disabled the JIT in Platform.h and it should remove any JIT-related bugs.

FYI, disabling JIT in Platform.h will also disable the ASM LLINT.  Instead, it will force the use of the C loop LLINT.  To disable the JIT but still use the ASM LLINT, add useJIT() = false; in Options::initialize().

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