Closed
Bug 1464162
Opened 7 years ago
Closed 7 years ago
Make a few vector operations more efficient by reserving size beforehand.
Categories
(Core :: WebRTC: Signaling, enhancement, P3)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: janx, Assigned: janx)
Details
Attachments
(1 file)
These automated fixes were generated like so:
./mach configure --enable-clang-plugin
./mach build-backend --backend=CompileDB
run-clang-tidy-6.0.py -p obj-x86_64-pc-linux-gnu/ -fix -checks=-*,performance-inefficient-vector-operation *
Comment 1•7 years ago
|
||
These automated fixes were generated like so:
./mach configure --enable-clang-plugin
./mach build-backend --backend=CompileDB
run-clang-tidy-6.0.py -p obj-x86_64-pc-linux-gnu/ -fix -checks=-*,performance-inefficient-vector-operation *
Assignee | ||
Updated•7 years ago
|
Attachment #8980379 -
Flags: review?(jyavenard)
Comment 2•7 years ago
|
||
Comment on attachment 8980379 [details]
Bug 1464162 - Make a few vector operations more efficient by reserving size beforehand. r?jya
I'm not the right person to review this.
:drno can better direct you
Flags: needinfo?(drno)
Attachment #8980379 -
Flags: review?(jyavenard)
Comment 3•7 years ago
|
||
on 2nd thought, they do make sense, so I'll accept it.
Flags: needinfo?(drno)
Comment 4•7 years ago
|
||
Comment on attachment 8980379 [details]
Bug 1464162 - Make a few vector operations more efficient by reserving size beforehand. r?jya
Jean-Yves Avenard [:jya] has approved the revision.
https://phabricator.services.mozilla.com/D1381
Attachment #8980379 -
Flags: review+
Comment 6•7 years ago
|
||
you haven't addressed my comment (or I don't know how to use phabricator properly)
Keywords: checkin-needed
Updated•7 years ago
|
Component: Audio/Video → WebRTC: Signaling
Assignee | ||
Comment 7•7 years ago
|
||
(In reply to Jean-Yves Avenard [:jya] from comment #6)
> you haven't addressed my comment (or I don't know how to use phabricator
> properly)
Oops, indeed! Thanks for being watchful. I assumed your comments would be copied to Bugzilla as with MozReview. I'll address them shortly.
Assignee | ||
Comment 8•7 years ago
|
||
Nits addressed, except the one about the pre-existing ugly const_cast. Please let me know if you'd like me to change it in some way, otherwise let's merge this patch.
Flags: needinfo?(jyavenard)
Assignee | ||
Comment 9•7 years ago
|
||
Try push for good measure: https://treeherder.mozilla.org/#/jobs?repo=try&revision=76076f38370919e570963c31beabe04e5cde9a24
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Comment 11•7 years ago
|
||
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a0c658fae24c
Make a few vector operations more efficient by reserving size beforehand. r=jya
Keywords: checkin-needed
Comment 12•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•7 years ago
|
Flags: needinfo?(jyavenard)
You need to log in
before you can comment on or make changes to this bug.
Description
•