Open
Bug 1500189
Opened 7 years ago
Updated 1 year ago
Support entryCounters for Ion ICs
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox64 | --- | affected |
People
(Reporter: mgaudet, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1494473 added Baseline support for tracking the effectiveness of IC chains.
It would be nice to be able to see similar results for IonScripts.
It may be useful to have this even for Ion scripts to allow us to build feedback mechanisms about cleaning out the IC chain, and would be useful for showing when IC chains aren't performing as we expect (i.e. every query hits the fallback IC).
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•