WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
275310
[JSC] Add fast path for `String#replaceAll`
https://bugs.webkit.org/show_bug.cgi?id=275310
Summary
[JSC] Add fast path for `String#replaceAll`
Sosuke Suzuki
Reported
2024-06-10 01:31:49 PDT
`String#replace(search, replace)` already has a fast path when `search` and `replace` are Strings, but `String#replaceAll` does not.
Attachments
Add attachment
proposed patch, testcase, etc.
Sosuke Suzuki
Comment 1
2024-06-10 01:34:18 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/29666
Radar WebKit Bug Importer
Comment 2
2024-06-17 01:32:14 PDT
<
rdar://problem/129984155
>
EWS
Comment 3
2024-07-15 15:45:29 PDT
Committed
280990@main
(3e2d78bf8226): <
https://commits.webkit.org/280990@main
> Reviewed commits have been landed. Closing PR #29666 and removing active labels.
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