[Webkit-unassigned] [Bug 220585] [JSC] Implement a B3::Compilation replacement for wasm-llint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 04:05:50 PST 2021


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

Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xan.lopez at gmail.com

--- Comment #1 from Xan Lopez <xan.lopez at gmail.com> ---
B3::Compilation is basically:
- A MacroAssemblerCodeRef.
- A vector of opaque "compilation byproducts". This, incidentally, is never used by WasmLLInt (it's always set to null).

I see a few options:
- We could move this to jit/. This would remove the dependency from B3, but would still be a sort of layering violation, since it would make LLInt code depend on jit/ (which is still the case in other places, for now).
- We could move this even further down the stack?
- We could make WasmLLInt use something else when B3 is disabled, and keep the code as-is when B3 is enabled.

I suppose the cleanest solutions in terms of the end result would be either #2 or #1, but comments are welcome.

-- 
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/20210113/c964bf53/attachment.htm>


More information about the webkit-unassigned mailing list