WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
295149
[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
Add attachment
proposed patch, testcase, etc.
Sosuke Suzuki
Comment 1
2025-06-28 05:51:01 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/47338
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
<
rdar://problem/154713054
>
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