[Webkit-unassigned] [Bug 261152] New: REGRESSION(267569 at main?): WasmB3IRGenerator.h:59:21: error: use of undeclared identifier 'BBQDisassembler'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 5 06:17:02 PDT 2023


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

            Bug ID: 261152
           Summary: REGRESSION(267569 at main?): WasmB3IRGenerator.h:59:21:
                    error: use of undeclared identifier 'BBQDisassembler'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at redhat.com

In file included from /home/mcatanzaro/Projects/WebKit/WebKitBuild/gtk4/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-15db4ad9-7.cpp:2:
In file included from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmWorklist.cpp:33:
In file included from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmPlan.h:31:
/home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmB3IRGenerator.h:59:21: error: use of undeclared identifier 'BBQDisassembler'
    std::unique_ptr<BBQDisassembler> bbqDisassembler;
                    ^
/home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmB3IRGenerator.h:65:343: error: unknown type name 'TierUpCount'
Expected<std::unique_ptr<InternalFunction>, String> parseAndCompileB3(CompilationContext&, OptimizingJITCallee&, const FunctionData&, const TypeDefinition&, Vector<UnlinkedWasmToWasmCall>&, const ModuleInformation&, MemoryMode, CompilationMode, uint32_t functionIndex, std::optional<bool> hasExceptionHandlers, uint32_t loopIndexForOSREntry, TierUpCount* = nullptr);

-- 
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/20230905/32dbac8a/attachment.htm>


More information about the webkit-unassigned mailing list