Closed
Bug 1397036
Opened 8 years ago
Closed 8 years ago
stylo: Measure the spilled SmallVecs in stylist hashtables
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: bholley, Assigned: n.nethercote)
Details
See bug 1387958 comment 18. The patches to reduce memory overhead in the invalidation maps may lead to increased SmallVec spilling. More generally, I think we want this in order to have confidence in our stylist measurements.
| Assignee | ||
Comment 1•8 years ago
|
||
Patch is at https://github.com/servo/servo/pull/18387. It's all on the Servo side so I don't think we need this bug?
Flags: needinfo?(bobbyholley)
| Reporter | ||
Comment 2•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(bobbyholley)
Resolution: --- → FIXED
Updated•8 years ago
|
status-firefox57:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•