[Webkit-unassigned] [Bug 250681] REGRESSION(257865 at main): [RISCV64] B3Validate.cpp: fix !ENABLE(WEBASSEMBLY_B3JIT)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 10 05:19:17 PST 2023


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

Zan Dobersek <zan at falconsigh.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zan at falconsigh.net

--- Comment #6 from Zan Dobersek <zan at falconsigh.net> ---
The generalized set of build fixes is being landed under bug #253700:
https://github.com/WebKit/WebKit/pull/11358

WebAssembly was enabled because its support in LLInt was being developed. But (as far as I remember) enabling it also required enabling the B3 JIT feature, and WEBASSEMBLY_B3JIT was left out because compiling without it worked at that point.

We intentionally enable FTL-level JIT (B3) for RISCV64 because we want to avoid these weird build-time situations where RISCV64 differs from X86_64 and ARM64, and as a result such build errors creep up. FTL/B3 is still disabled at build-time.

-- 
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/20230310/81147a6a/attachment-0001.htm>


More information about the webkit-unassigned mailing list