Bug 262761 - 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-05 22:19 PDT by Chris Dumez
Modified: 2023-10-06 18:55 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-05 22:19:25 PDT
Use Vector::uncheckedAppend() less in WebCore and replace with faster alternatives now that uncheckedAppend() has become an alias for append().
Comment 1 Chris Dumez 2023-10-05 22:23:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18744
Comment 2 EWS 2023-10-06 18:54:12 PDT
Committed 269027@main (4a0b13037eb2): <https://commits.webkit.org/269027@main>

Reviewed commits have been landed. Closing PR #18744 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-06 18:55:15 PDT
<rdar://problem/116607067>