<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#c13">Comment # 13</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:fpizlo&#64;apple.com" title="Filip Pizlo &lt;fpizlo&#64;apple.com&gt;"> <span class="fn">Filip Pizlo</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=145366#c12">comment #12</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=145366#c11">comment #11</a>)
&gt; &gt; 
&gt; &gt; You'll need to verify much more than SunSpider. ;-)
&gt; &gt; 
&gt; &gt; Can you run JSC stress tests?
&gt; &gt; 
&gt; 
&gt; I get the same stress test results with and without this patch:
&gt; 
&gt; ** The following JSC stress test failures have been introduced:
&gt;        
&gt; jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-
&gt; cjit
&gt;         jsc-layout-tests.yaml/js/script-tests/math.js.layout
&gt;        
&gt; jsc-layout-tests.yaml/js/script-tests/math.js.layout-dfg-eager-no-cjit
&gt;         jsc-layout-tests.yaml/js/script-tests/math.js.layout-no-cjit
&gt;         jsc-layout-tests.yaml/js/script-tests/math.js.layout-no-llint
&gt; 
&gt; Results for JSC stress tests:
&gt;     5 failures found.
&gt; 
&gt; How do I know that FTL kicks in as often as it should?</span >

We have FTL-specific tests that follow this pattern:

function foo() {
    test content here
}

noInline(foo)
for (var i = 0; i &lt; 10000; ++i)
    foo();

The test harness ensures that foo will be FTLed.

<span class="quote">&gt; 
&gt; &gt; I don't know what __powidf2 is.
&gt; 
&gt; I'm not sure, but I think __powidf2 is a function in the gcc c runtime lib,
&gt; which llvm is using to implement the powi intrinsic. I tried to replace this
&gt; with pow on Windows.</span >

OK.</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>