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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 14:55:07 PDT 2015


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

--- Comment #12 from peavo at outlook.com ---
(In reply to comment #11)
> 
> You'll need to verify much more than SunSpider. ;-)
> 
> Can you run JSC stress tests?
> 

I get the same stress test results with and without this patch:

** The following JSC stress test failures have been introduced:
        jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit
        jsc-layout-tests.yaml/js/script-tests/math.js.layout
        jsc-layout-tests.yaml/js/script-tests/math.js.layout-dfg-eager-no-cjit
        jsc-layout-tests.yaml/js/script-tests/math.js.layout-no-cjit
        jsc-layout-tests.yaml/js/script-tests/math.js.layout-no-llint

Results for JSC stress tests:
    5 failures found.

How do I know that FTL kicks in as often as it should?

> I don't know what __powidf2 is.

I'm not sure, but I think __powidf2 is a function in the gcc c runtime lib, which llvm is using to implement the powi intrinsic. I tried to replace this with pow on Windows.

-- 
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/20150526/4ceed28b/attachment.html>


More information about the webkit-unassigned mailing list