Bug 273852

Summary: [JSC] Use std::span::data in super hot function
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Diego Pino <dpino>
Status: RESOLVED FIXED    
Severity: Normal CC: dpino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=273838

Yusuke Suzuki
Reported 2024-05-07 17:01:20 PDT
...
Attachments
Radar WebKit Bug Importer
Comment 1 2024-05-07 17:01:39 PDT
Yusuke Suzuki
Comment 2 2024-05-07 17:03:06 PDT
EWS
Comment 3 2024-05-07 18:54:24 PDT
Committed 278486@main (ed761c32df61): <https://commits.webkit.org/278486@main> Reviewed commits have been landed. Closing PR #28262 and removing active labels.
Diego Pino
Comment 4 2024-05-08 03:03:40 PDT
Build bot 'GTK-Linux-64-bit-Release-Debian-Stable-Build' is failing after this change with the following build error: https://build.webkit.org/#/builders/46/builds/39864 ``` /home/buildbot/worker/GTK-Linux-64-bit-Release-Debian-12-Build/build/Source/JavaScriptCore/runtime/JSONObject.cpp:1124:89: internal compiler error: unexpected expression ‘static_cast<UnsignedType>('\"')’ of kind static_cast_expr 1124 | constexpr auto quoteMask = WTF::splatBulk(static_cast<UnsignedType>('"')); | ``` GCC version is 11.4.0.
Diego Pino
Comment 5 2024-05-08 03:04:41 PDT
EWS
Comment 6 2024-05-08 09:02:11 PDT
Committed 278511@main (1ee00a2309c0): <https://commits.webkit.org/278511@main> Reviewed commits have been landed. Closing PR #28285 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.