Bug 246487

Summary: Refactor RegisterSet to support 128-bit widths
Product: WebKit Reporter: Justin Michaud <justin_michaud>
Component: JavaScriptCoreAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: mcatanzaro, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=246588

Justin Michaud
Reported 2022-10-13 16:33:06 PDT
Refactor RegisterSet to support 128-bit widths
Attachments
Radar WebKit Bug Importer
Comment 1 2022-10-13 16:33:24 PDT
Justin Michaud
Comment 2 2022-10-13 16:43:39 PDT
EWS
Comment 3 2022-10-15 10:14:07 PDT
Committed 255583@main (a57d810b085e): <https://commits.webkit.org/255583@main> Reviewed commits have been landed. Closing PR #5354 and removing active labels.
Alexey Proskuryakov
Comment 4 2022-10-16 18:36:56 PDT
This was reverted in bug 246588 / 255596@main because of build breakage.
EWS
Comment 5 2022-10-19 08:54:17 PDT
Committed 255736@main (912bf24408b1): <https://commits.webkit.org/255736@main> Reviewed commits have been landed. Closing PR #5522 and removing active labels.
Michael Catanzaro
Comment 6 2022-10-19 12:20:41 PDT
This introduced a minor GCC warning spam, one warning for each unified source bundle that includes the header: [783/2475] Building CXX object Source/JavaScriptCore/CMak...vedSources/unified-sources/UnifiedSource-15db4ad9-4.cpp.o In file included from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmFormat.h:39, from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmCallee.h:33, from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmCalleeGroup.h:31, from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmModule.h:30, from /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/wasm/WasmModule.cpp:27, from /home/mcatanzaro/Projects/WebKit/WebKitBuild/gtk4/JavaScriptCore/DerivedSources/unified-sources/UnifiedSource-15db4ad9-4.cpp:2: /home/mcatanzaro/Projects/WebKit/WebKitBuild/gtk4/JavaScriptCore/DerivedSources/WasmOps.h: In member function ‘JSC::Width JSC::Wasm::Type::width() const’: /home/mcatanzaro/Projects/WebKit/WebKitBuild/gtk4/JavaScriptCore/DerivedSources/WasmOps.h:122:5: warning: control reaches end of non-void function [-Wreturn-type] 122 | } I will submit a follow-up.
Justin Michaud
Comment 7 2022-10-19 12:58:30 PDT
Oops, sorry!
Michael Catanzaro
Comment 8 2022-10-19 13:52:45 PDT
Re-opening for pull request https://github.com/WebKit/WebKit/pull/5555
EWS
Comment 9 2022-10-19 16:00:14 PDT
Committed 255764@main (7bb3ebc2f29b): <https://commits.webkit.org/255764@main> Reviewed commits have been landed. Closing PR #5555 and removing active labels.
EWS
Comment 10 2022-12-12 10:39:44 PST
Committed 257737@main (2d2f8ac6371b): <https://commits.webkit.org/257737@main> Reviewed commits have been landed. Closing PR #7487 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.