Closed
Bug 1365682
Opened 8 years ago
Closed 6 years ago
stylo: Investigate context-switching overhead
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: bholley, Assigned: bholley)
References
(Depends on 1 open bug)
Details
Profiling parallel vs sequential, it looks like we end up getting killed on overhead with lots of small traversals (i.e. the one-off traversals from the frame constructor).
We should profile the overhead, see if we can reduce it, and figure out where the threshold is for the parallel traversal to be a win.
Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
Assignee | ||
Updated•8 years ago
|
Priority: P1 → P4
Comment 2•7 years ago
|
||
status-firefox57=wontfix unless someone thinks this bug should block 57
status-firefox57:
--- → wontfix
Assignee | ||
Comment 3•6 years ago
|
||
I think we're good here now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•