[Webkit-unassigned] [Bug 275310] New: [JSC] Add fast path for `String#replaceAll`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 01:31:49 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=275310

            Bug ID: 275310
           Summary: [JSC] Add fast path for `String#replaceAll`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aosukeke at gmail.com

`String#replace(search, replace)` already has a fast path when `search` and `replace` are Strings,
    but `String#replaceAll` does not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240610/434b00d1/attachment.htm>


More information about the webkit-unassigned mailing list