Bug 262597 - Avoid use of uncheckedAppend() in JSC::YarrBoyerMooreData
Summary: Avoid use of uncheckedAppend() in JSC::YarrBoyerMooreData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-03 19:30 PDT by Chris Dumez
Modified: 2023-10-04 12:37 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-03 19:30:16 PDT
Avoid use of uncheckedAppend() in JSC::YarrBoyerMooreData. Vector::appendVector() is more concise and has better performance now that Vector::uncheckedAppend() has become an alias to Vector::append().
Comment 1 Chris Dumez 2023-10-03 19:31:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18601
Comment 2 EWS 2023-10-04 12:36:39 PDT
Committed 268864@main (274bb448e696): <https://commits.webkit.org/268864@main>

Reviewed commits have been landed. Closing PR #18601 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-10-04 12:37:17 PDT
<rdar://problem/116480108>