Open
Bug 1816900
Opened 2 years ago
Updated 2 years ago
Document how to measure cache behaviour
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
Optimising our engine to work well with the memory hierarchy is not something we've spent much time on so far. This could potentially get us some significant improvements.
It would be great if there was some documentation explaining how to measure cache behaviour in a way that's useful for evaluating these improvements. For example:
Which tools are useful? I'm guessing perf and maybe cachegrind.
How best to use them? Perf has tons of cache-related probes. Which ones tell us useful information?
Are there particular benchmarks we suspect are affected by cache behaviour and which we should be running when we make these changes?
Updated•2 years ago
|
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-257
Updated•2 years ago
|
See Also: https://mozilla-hub.atlassian.net/browse/SP3-257 →
Whiteboard: [sp3]
You need to log in
before you can comment on or make changes to this bug.
Description
•