Closed
Bug 1294455
Opened 8 years ago
Closed 8 years ago
Skia spends excessive time validating clip stack in debug builds
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
(deleted),
patch
|
mchang
:
review+
|
Details | Diff | Splinter Review |
90% of our rendering time in debug builds with Skia content is spent validating the clip stack, which rebuilds it item by item every time the clip is changed at all. This is redundant since new clips are individually validated when they're added to the stack. This is causing problems with timeout on mochitests across the board.
Attachment #8780127 -
Flags: review?(mchang)
Updated•8 years ago
|
Attachment #8780127 -
Flags: review?(mchang) → review+
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/efbbc635257e
disable slow debug validation in Skia. r=mchang
Comment 2•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•