Closed
Bug 932611
Opened 11 years ago
Closed 11 years ago
Very poor perf on IETestDrive Pirates demo
Categories
(Core :: SVG, defect, P4)
Tracking
()
VERIFIED
FIXED
mozilla28
People
(Reporter: jwatt, Assigned: mstange)
References
(Blocks 1 open bug, )
Details
(Keywords: perf, Whiteboard: [in-the-wild] [ietestdrive])
We perform very poorly on the IETestDrive Pirates demo. We seem to be spending half our time under SVGFETurbulance::Filter.
http://people.mozilla.org/~bgirard/cleopatra/#report=7241231cf3cf7a1f21c2ef45420d60fb3bfb898d
Reporter | ||
Updated•11 years ago
|
Blocks: ietestdrive
Reporter | ||
Comment 1•11 years ago
|
||
That is, SVGFETurbulanceElement::Filter.
Updated•11 years ago
|
Priority: -- → P4
Assignee | ||
Comment 2•11 years ago
|
||
I debugged this a few weeks ago and the new filters will improve it. We were calculating turbulence for a screen-sized tile source rect, but we only need small parts of it in the corners (which result in a small rect when tiled with the right offset).
Assignee: nobody → mstange
Assignee | ||
Comment 3•11 years ago
|
||
This was fixed by bug 924103.
Depends on: 924103
Target Milestone: --- → mozilla28
Comment 4•11 years ago
|
||
Is there any reason not to just mark this bug as fixed then?
Assignee | ||
Comment 5•11 years ago
|
||
Oops, that was the intention.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 7•11 years ago
|
||
Verified fixed on Firefox 28 beta 3 (20140213172947) under Win 8.1 64-bit (~9sec) and Mac OSX 10.7.5 (~33sec).
You need to log in
before you can comment on or make changes to this bug.
Description
•