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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 11:15:53 PST 2017


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

--- Comment #4 from Saam Barati <sbarati 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?

VM::canUseJIT() is the way we ask this question, not Options::useJIT(). VM::canUseJIT() changes its answer based on Options::useJIT(). There really shouldn't be any other clients of Options::useJIT().

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


More information about the webkit-unassigned mailing list