WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
261152
REGRESSION(
267569@main
?): WasmB3IRGenerator.h:59:21: error: use of undeclared identifier 'BBQDisassembler'
https://bugs.webkit.org/show_bug.cgi?id=261152
Summary
REGRESSION(267569@main?): WasmB3IRGenerator.h:59:21: error: use of undeclared...
Michael Catanzaro
Reported
2023-09-05 06:17:02 PDT
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
Comment 1
2023-09-05 06:21:41 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/17434
EWS
Comment 2
2023-09-05 07:33:57 PDT
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
Comment 3
2023-09-05 07:34:15 PDT
<
rdar://problem/114981403
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug