Open
Bug 1349100
Opened 8 years ago
Updated 2 years ago
stylo: Try to cache TextIsOnlyWhitespace after parallel traversal
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: manishearth, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 1341086, we add ThreadSafeTextIsOnlyWhitespace and ThreadSafeIsSignificantChild, which both do the same thing as their non-threadsafe counterparts, but if the whitespace info is not cached we will recalculate and discard the info. This is suboptimal, and it would be nice if Stylo could still cache this info, maybe after traversal is over.
It should be possible to use the same framework that we plan to use in bug 1338982 (and bug 1345950)
Updated•8 years ago
|
Blocks: stylo-perf
Priority: -- → 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
•