<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FTL is not working on Windows."
   href="https://bugs.webkit.org/show_bug.cgi?id=145366#c88">Comment # 88</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FTL is not working on Windows."
   href="https://bugs.webkit.org/show_bug.cgi?id=145366">bug 145366</a>
              from <span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=145366#c86">comment #86</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=279685&amp;action=diff" name="attach_279685" title="Patch">attachment 279685</a> <a href="attachment.cgi?id=279685&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=279685&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=279685&amp;action=review</a></span >
&gt;
<span class="quote">&gt; &gt; Source/cmake/OptionsWin.cmake:33
&gt; &gt; +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FTL_JIT PRIVATE ON)
&gt; 
&gt; Don't Windows ports support 32-bit x86 anymore?</span >

Based on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LLInt64 should have typed array fast paths for get_by_val"
   href="show_bug.cgi?id=157931#c8">https://bugs.webkit.org/show_bug.cgi?id=157931#c8</a> , 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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>