[Webkit-unassigned] [Bug 145366] FTL is not working on Windows.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 02:11:12 PDT 2016


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

--- Comment #88 from Csaba Osztrogonác <ossy at webkit.org> ---
(In reply to comment #86)
> Comment on attachment 279685 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=279685&action=review
>
> > Source/cmake/OptionsWin.cmake:33
> > +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FTL_JIT PRIVATE ON)
> 
> Don't Windows ports support 32-bit x86 anymore?

Based on https://bugs.webkit.org/show_bug.cgi?id=157931#c8 , it seems
Apple Windows bots build x86 target, so enabling FTL JIT unconditionally
isn't too good. But fortunately Platform.h disable FTL JIT on 32 bit platforms
even if it is enabled by someone.

/* The FTL *does not* work on 32-bit platforms. Disable it even if someone asked us to enable it. */
#if USE(JSVALUE32_64)
#undef ENABLE_FTL_JIT
#define ENABLE_FTL_JIT 0
#endif

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160525/2df779d0/attachment-0001.html>


More information about the webkit-unassigned mailing list