Bug 254485 - Avoid unnecessary is8Bit() check for each string in JSStringJoiner when m_isAll8Bit is true
Summary: Avoid unnecessary is8Bit() check for each string in JSStringJoiner when m_isA...
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-26 13:19 PDT by Chris Dumez
Modified: 2023-03-27 13:33 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-26 13:19:54 PDT
Avoid unnecessary is8Bit() check for each string in JSStringJoiner when m_isAll8Bit is true.
Comment 1 Chris Dumez 2023-03-26 13:23:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11982
Comment 2 EWS 2023-03-27 13:32:37 PDT
Committed 262172@main (53d70e1e2b39): <https://commits.webkit.org/262172@main>

Reviewed commits have been landed. Closing PR #11982 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-27 13:33:15 PDT
<rdar://problem/107281750>