Bug 262674 - Reduce use of Vector::uncheckedAppend() in Source/WebKit
Summary: Reduce use of Vector::uncheckedAppend() in Source/WebKit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-04 21:27 PDT by Chris Dumez
Modified: 2023-10-05 09:42 PDT (History)
2 users (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-10-04 21:27:26 PDT
Reduce use of Vector::uncheckedAppend() in Source/WebKit and use faster alternatives now that uncheckedAppend() is an alias to append().
Comment 1 Chris Dumez 2023-10-04 21:30:17 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18670
Comment 2 EWS 2023-10-05 09:41:38 PDT
Committed 268921@main (0b86d6fe93fb): <https://commits.webkit.org/268921@main>

Reviewed commits have been landed. Closing PR #18670 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-05 09:42:15 PDT
<rdar://problem/116528041>