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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 10:14:31 PDT 2015


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

--- Comment #4 from peavo at outlook.com ---
(In reply to comment #3)
> Comment on attachment 253683 [details]
> 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.

Ok, thanks for reviewing :) I will look into this.

-- 
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/3738fd91/attachment.html>


More information about the webkit-unassigned mailing list