Bug 239658 - Start preparing the code base for making the AtomString(const String&) constructor explicit
Summary: Start preparing the code base for making the AtomString(const String&) constr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-22 09:53 PDT by Chris Dumez
Modified: 2022-04-23 10:38 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 2022-04-22 09:53:09 PDT
Start preparing the code base for making the AtomString(const String&) constructor explicit. This helps us find cases where we atomize unnecessarily or not early enough, thus causing unnecessary String allocations.
Comment 1 Chris Dumez 2022-04-22 12:08:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/361
Comment 2 EWS 2022-04-23 10:37:07 PDT
Committed r293292 (249917@main): <https://commits.webkit.org/249917@main>

Reviewed commits have been landed. Closing PR #361 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-04-23 10:38:14 PDT
<rdar://problem/92218533>