Closed
Bug 1447778
Opened 7 years ago
Closed 6 years ago
Scrolling https://static.mozilla.com/moco/en-US/images/mozilla_eoy_2013_EN.svg is slow
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
DUPLICATE
of bug 1495170
People
(Reporter: jrmuizel, Unassigned)
References
(Blocks 1 open bug)
Details
There's some obvious badness happening here that shouldn't be too hard to fix:
Most of the time is spent in madvise, bzero, and memmove
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → jmuizelaar
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: -- → P1
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
This probably mostly caused by us not properly bounding PushLayers that come from nsDisplayMask
Reporter | ||
Updated•6 years ago
|
Assignee: jmuizelaar → nobody
Comment 3•6 years ago
|
||
We can't release this to the field, but we can let this ride to beta.
Priority: P1 → P2
Updated•6 years ago
|
Priority: P2 → P3
Updated•6 years ago
|
Updated•6 years ago
|
Reporter | ||
Comment 7•6 years ago
|
||
I looked at this some more and it looks like we have filters inside of masks and that causes sad.
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•