Closed
Bug 1834811
Opened 2 years ago
Closed 2 years ago
Make IC names more consistent
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The names for ICs in the profiler are currently a bit inconsistent.
Example: https://share.firefox.dev/3q6vQkz
There's a "BaselineIC: Generic" which really means "GetIterator.Generic".
I have a patch which improves consistency of the various trackAttached("...") calls.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/d4832400f3e4
Make IC names more consistent. r=jandem
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•