Open Bug 1365230 Opened 7 years ago Updated 2 years ago

stylo: match_and_cascade -> match_pseudos: short lived and under-used allocations

Categories

(Core :: CSS Parsing and Computation, defect, P4)

defect

Tracking

()

Tracking Status
firefox57 --- wontfix

People

(Reporter: jseward, Assigned: jseward)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

This is also with the Obama test case, and 8 stylo threads.

tot-alloc:   2,770,560 in 4,329 blocks (avg size 640.00)
deaths:      4,329, at avg age 17,893 (0.00% of prog lifetime)
acc-ratios:  0.00 rd, 0.00 wr  (102 b-read, 216 b-written)

The blocks both die very young (17893 insns) and are almost 
completely unused.  According to the detailed access counts, none of
them have been accessed after offset 35, despite being 640 bytes
in size.
Attached file DHAT record (deleted) —
Flags: needinfo?(bobbyholley)
Summary: match_and_cascade -> match_pseudos: short lived and under-used allocations → stylo: match_and_cascade -> match_pseudos: short lived and under-used allocations
I think this is the same issue as bug 1364952, which is on central now. Can you retest both?
Flags: needinfo?(bobbyholley) → needinfo?(jseward)
Assignee: nobody → jseward
Blocks: stylo-perf
Priority: -- → P1
Priority: P1 → P4
status-firefox57=wontfix unless someone thinks this bug should block 57
Flags: needinfo?(jseward)
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: