Bug 275310

Summary: [JSC] Add fast path for `String#replaceAll`
Product: WebKit Reporter: Sosuke Suzuki <sosuke>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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
Sosuke Suzuki
Comment 1 2024-06-10 01:34:18 PDT
Radar WebKit Bug Importer
Comment 2 2024-06-17 01:32:14 PDT
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.