Open
Bug 1354987
Opened 8 years ago
Updated 2 years ago
stylo: May need to consider integrating incremental destroyer for style data
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: xidorn, Unassigned)
References
(Blocks 1 open bug)
Details
Gecko uses IncrementalClearCOMRuleArray for rule list, which would be incremental cleared when destructed.
This was implemented in bug 861449, which declares that destructing style data may sometimes take longer time then desired.
We need to investigate whether it is still an issue for stylo backend, and if so, we may want to integrate the incremental destroyer as well.
Updated•8 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Priority: P2 → --
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Updated•7 years ago
|
Priority: P3 → P4
Comment 1•7 years ago
|
||
status-firefox57=wontfix unless someone thinks this bug should block 57
status-firefox57:
--- → wontfix
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•