Open
Bug 1372439
Opened 8 years ago
Updated 3 years ago
stylo: Switch from Arc<Stylesheet> to Arc<Locked<Stylesheet>>
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
(Blocks 1 open bug)
Details
See bug 1372041. I have patches I probably need to rebase now, but should be easy.
We already have the guards in all hot paths we care about, and it will remove a few RwLocks, and the dependency on parking_lot for stylo.
Updated•8 years ago
|
Assignee: nobody → emilio+bugs
Priority: -- → P2
Reporter | ||
Comment 1•8 years ago
|
||
No need to work on this right now... It ended up not being a prerequisite for bug 1372041, though it'd be somewhat nice to do, I guess...
Assignee: emilio+bugs → nobody
Updated•8 years ago
|
Blocks: stylo-perf
Priority: P2 → P4
Updated•8 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Comment 2•8 years ago
|
||
status-firefox59:
--- → ?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•