Bug 262832 - Use Vector::uncheckedAppend() less in WebCore
Summary: Use Vector::uncheckedAppend() less in WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-06 21:04 PDT by Chris Dumez
Modified: 2023-10-08 17:58 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-10-06 21:04:59 PDT
Use Vector::uncheckedAppend() less in WebCore and use more efficient alternatives now that uncheckedAppend() has become an alias for append().
Comment 1 Chris Dumez 2023-10-06 21:08:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18804
Comment 2 EWS 2023-10-08 17:57:01 PDT
Committed 269062@main (ba50d1bc34e9): <https://commits.webkit.org/269062@main>

Reviewed commits have been landed. Closing PR #18804 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-08 17:58:13 PDT
<rdar://problem/116655812>