Bug 265423

Summary: Use faster alternatives to Vector::resize() when possible
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 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.
Attachments
Chris Dumez
Comment 1 2023-11-27 20:22:12 PST
Chris Dumez
Comment 2 2023-11-30 21:08:02 PST
EWS
Comment 3 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.
Radar WebKit Bug Importer
Comment 4 2023-11-30 22:41:14 PST
Note You need to log in before you can comment on or make changes to this bug.