RESOLVED FIXED295149
[JSC] Enable JIT compiling by DFG for `String#codePointAt` on ARMv7
https://bugs.webkit.org/show_bug.cgi?id=295149
Summary [JSC] Enable JIT compiling by DFG for `String#codePointAt` on ARMv7
Sosuke Suzuki
Reported 2025-06-28 05:49:58 PDT
String#codePointAt is only JIT compiled on 64-bit architectures. This patch enables JIT compilation on ARMv7 by moving the compileStringCodePointAt function from DFGSpeculativeJIT64.cpp to the shared DFGSpeculativeJIT.cpp file. The implementation itself remains unchanged, making it available to both 32-bit and 64-bit architectures without any functional modifications.
Attachments
Sosuke Suzuki
Comment 1 2025-06-28 05:51:01 PDT
EWS
Comment 2 2025-06-30 17:14:22 PDT
Committed 296841@main (cb619a3e3f54): <https://commits.webkit.org/296841@main> Reviewed commits have been landed. Closing PR #47338 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-06-30 17:15:17 PDT
Note You need to log in before you can comment on or make changes to this bug.