Bug 265423 - Use faster alternatives to Vector::resize() when possible
Summary: Use faster alternatives to Vector::resize() when possible
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-11-27 20:19 PST by Chris Dumez
Modified: 2023-11-30 22:41 PST (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-11-27 20:19:19 PST
Use faster alternatives to Vector::resize() when possible. It involves calling directly Vector::shrink(), Vector::grow() or a Vector constructor.
Comment 1 Chris Dumez 2023-11-27 20:22:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/20970
Comment 2 Chris Dumez 2023-11-30 21:08:02 PST
Pull request: https://github.com/WebKit/WebKit/pull/21081
Comment 3 EWS 2023-11-30 22:40:31 PST
Committed 271370@main (a544a2189b62): <https://commits.webkit.org/271370@main>

Reviewed commits have been landed. Closing PR #20970 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2023-11-30 22:41:14 PST
<rdar://problem/119020934>