Closed
Bug 1355702
Opened 6 years ago
Closed 6 years ago
Reduce WrImageKey allocation for ExternalImages on sync ImageContainer
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file, 2 obsolete files)
11.96 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
WrImageKey is allocated and deallocated very often. It seems better to reduce the allocation/deallocation.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Comment 1•6 years ago
|
||
Andrew's been looking at this.
Assignee | ||
Comment 2•6 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #1) > Andrew's been looking at this. :aosmond, is there a bug for it?
Flags: needinfo?(aosmond)
Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #1) > Andrew's been looking at this. :jrmuizel, is it Bug 1331944>
Flags: needinfo?(jmuizelaar)
Assignee | ||
Comment 4•6 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #3) > (In reply to Jeff Muizelaar [:jrmuizel] from comment #1) > > Andrew's been looking at this. > > :jrmuizel, is it Bug 1331944> Correction: :jrmuizel, is it Bug 1331944?
Comment 5•6 years ago
|
||
Yeah, that's probably where the work will happen. I looked at those patches more today and then don't include keeping the key around but Andrew doesn't think it will be too hard to add.
Flags: needinfo?(jmuizelaar)
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(aosmond)
Assignee | ||
Comment 6•6 years ago
|
||
I checked Bug 1331944, it seems a bit orthogonal, since this bug focuses only on ExternalImages on sync ImageContainer.
Assignee | ||
Updated•6 years ago
|
Summary: Reduce WrImageKey allocation → Reduce WrImageKey allocation for ExternalImages on sync ImageContainer
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #8859083 -
Flags: review?(nical.bugzilla)
Updated•6 years ago
|
Attachment #8859083 -
Flags: review?(nical.bugzilla) → review+
Assignee | ||
Comment 10•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1527309be3e835d8aac29afb84140b61ec13e6a2
Comment 11•6 years ago
|
||
Pushed by sikeda@mozilla.com: https://hg.mozilla.org/projects/graphics/rev/9c846a716941 Reduce WrImageKey allocation for ExternalImages on sync ImageContainer
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Comment 12•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9c846a716941
status-firefox55:
--- → fixed
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•