[Webkit-unassigned] [Bug 220365] [JSC] Allow to build WebAssembly without B3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 19:07:38 PST 2021


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

Yusuke Suzuki <ysuzuki at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ysuzuki at apple.com

--- Comment #3 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 417088
  --> https://bugs.webkit.org/attachment.cgi?id=417088
WIP patch.

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

> Source/JavaScriptCore/ChangeLog:11
> +        - Move B3::ValueRep somewhere else?

Let's move it to bytecode/ValueRep.h. bytecode/ is the place to put this kind of data structures which can be used from LLInt etc.
And let's make JSC::B3::ValueRep to JSC::ValueRep if it is used outside of B3.

> Source/JavaScriptCore/ChangeLog:15
> +        - Figure out if we can use something other than B3::Compilation for
> +          the Wasm::Function js->wasm entrypoint (or, maybe, just move
> +          B3::Compilation somewhere else? Seems to be a simple wrapper for a
> +          chunk of code...).

Maybe, let's move B3::Compilation, B3::OpaqueByproduct and B3::OpaqueByproduct to jit/ since they are JIT compilation data.

-- 
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/20210107/68cb7c85/attachment.htm>


More information about the webkit-unassigned mailing list