[Webkit-unassigned] [Bug 179606] WebAssembly crash in UIWebView iOS 11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 10:38:50 PST 2017


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

--- Comment #3 from Keith Miller <keith_miller at apple.com> ---
(In reply to JF Bastien from comment #2)
> Comment on attachment 326751 [details]
> Bugfix Patch
> 
> Options.cpp does the following:
> 
>     if (!Options::useJIT())
>         Options::useWebAssembly() = false;
> 
> That should cover some cases, but indeed doesn't cover the case where we
> dynamically discover that we can't allocate executable memory. I think we
> might want to update useJIT in that case and re-run the part that makes
> options consistent, since executable allocation runs early?

I think we should do this the same way that we do it for other JITs. It looks like we use a boolean on VM for the others. e.g. m_canUseJIT.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171114/4622a34c/attachment.html>


More information about the webkit-unassigned mailing list