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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 08:16:12 PDT 2015


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

--- Comment #3 from Filip Pizlo <fpizlo at apple.com> ---
Comment on attachment 253683
  --> https://bugs.webkit.org/attachment.cgi?id=253683
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=253683&action=review

> Source/JavaScriptCore/ChangeLog:29
> +        (JSC::FTL::canCompile): llvm does not support ArithPow on Windows.

This is the wrong approach. You're preventing the compilation of an entire function because of an intrinsic. Instead you should implement ArithPow on Windows using a function call to a helper.

-- 
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/34179135/attachment-0001.html>


More information about the webkit-unassigned mailing list