Bug 261152
| Summary: | REGRESSION(267569@main?): WasmB3IRGenerator.h:59:21: error: use of undeclared identifier 'BBQDisassembler' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | JavaScriptCore | Assignee: | Michael Catanzaro <mcatanzaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | mcatanzaro, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
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);
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/17434
EWS
Committed 267628@main (e57e1d07f2ce): <https://commits.webkit.org/267628@main>
Reviewed commits have been landed. Closing PR #17434 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/114981403>