[Webkit-unassigned] [Bug 252758] B3Validate.cpp:455:43: error: ‘toB3Type’ was not declared in this scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 02:51:31 PST 2023


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

--- Comment #6 from Heinrich Schuchardt <xypron.glpk at gmx.de> ---
Commit ef7690477ad8 ("[JSC] RISCV64 support for WebAssembly https://bugs.webkit.org/show_bug.cgi?id=238007")

enabled ENABLE_WEBASSEMBLY and disabled ENABLE_WEBASSEMBLY_B3JIT.

There is an inconsistency between

Source/JavaScriptCore/b3/B3Validate.cpp

which uses #if ENABLE(B3_JIT) and the included

Source/JavaScriptCore/wasm/WasmTypeDefinition.h

which depends on #if ENABLE(WEBASSEMBLY_B3JIT).

If B3_JIT cannot be used for webassembly on RISC-V, why is 
Source/JavaScriptCore/b3/B3Validate.cpp compiled?

-- 
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/20230301/cafab48b/attachment-0001.htm>


More information about the webkit-unassigned mailing list