Bug 254463 - Add fast path to JSStringJoiner::join() when there is only one string in the vector
Summary: Add fast path to JSStringJoiner::join() when there is only one string in the ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-25 09:29 PDT by Chris Dumez
Modified: 2023-03-26 11:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-03-25 09:29:11 PDT
Add fast path to JSStringJoiner::join() when there is only one string in the vector.
Comment 1 Chris Dumez 2023-03-25 09:30:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11970
Comment 2 EWS 2023-03-26 11:42:11 PDT
Committed 262129@main (47cdb9c389b6): <https://commits.webkit.org/262129@main>

Reviewed commits have been landed. Closing PR #11970 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-26 11:43:16 PDT
<rdar://problem/107244145>