WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
262726
Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateRendering()
https://bugs.webkit.org/show_bug.cgi?id=262726
Summary
Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateR...
Chris Dumez
Reported
2023-10-05 13:14:37 PDT
Avoid use of Vector::uncheckedAppend() in RemoteLayerTreeDrawingArea::updateRendering() as this is hot code and uncheckedAppend() has recently become an alias to append().
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-10-05 13:19:06 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18716
EWS
Comment 2
2023-10-05 16:40:44 PDT
Committed
268949@main
(d192abf745ff): <
https://commits.webkit.org/268949@main
> Reviewed commits have been landed. Closing PR #18716 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug