[Webkit-unassigned] [Bug 258554] New: Missing ENABLE(WEBASSEMBLY_B3JIT) in Wasm interpreter implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 27 03:01:47 PDT 2023


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

            Bug ID: 258554
           Summary: Missing ENABLE(WEBASSEMBLY_B3JIT) in Wasm interpreter
                    implementation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Ryuichi.Hayashida at sony.com

WEBASSEMBLY is ON and ENABLE_FTL_JIT is OFF cause build errors since Wasm interpreter implementation misses ENABLE(WEBASSEMBLY_B3JIT) guard in some member functions.

At least the following member functions need to be fixed considering the case where WEBASSEMBLY_B3JIT is OFF. For example,

- StackVisitor::readInlinableWasmFrame
- OptimizingJITCallee::addCodeOrigin

More APIs would need similar fix.

-- 
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/20230627/d4ff8154/attachment.htm>


More information about the webkit-unassigned mailing list