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

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


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

--- Comment #5 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 326751
  --> https://bugs.webkit.org/attachment.cgi?id=326751
Bugfix Patch

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

> Source/JavaScriptCore/runtime/JSGlobalObject.cpp:873
> +    if (Options::useWebAssembly() && ExecutableAllocator::singleton().isValid()) {

Let's make this condition:
Options::useWebAssembly() && vm.canUseJIT()

Can you also write a changelog? Or if you prefer, somebody on the JSC team can take this through the finish line.

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


More information about the webkit-unassigned mailing list