Bug 262597
| Summary: | Avoid use of uncheckedAppend() in JSC::YarrBoyerMooreData | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | JavaScriptCore | 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
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().
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/18601
EWS
Committed 268864@main (274bb448e696): <https://commits.webkit.org/268864@main>
Reviewed commits have been landed. Closing PR #18601 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/116480108>