[Webkit-unassigned] [Bug 218939] Consider AoT-compiling small (<64KB?) WebAssembly Modules immediately without interpreting?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 9 13:48:24 PDT 2023


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

Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #6 from Mark Lam <mark.lam at apple.com> ---
We will not be doing this in JSC.  Eagerly JIT'ing Wasm is a recipe for slow responsiveness.  Ahead of time compiling is also not a viable strategy for web workloads that are highly variable.

The better strategy would be to implement a faster interpreter, and tier up faster on the JITs as well as tune their compilation policy.

-- 
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/20230809/4bcf6982/attachment.htm>


More information about the webkit-unassigned mailing list