Closed
Bug 1944683
Opened 1 year ago
Closed 3 months ago
Add use counters for Generators and Ion compilation of generators
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: mgaudet, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I'd propose adding four probes:
- Generator Function Created
- Async Generator Function Created
- Generator Function Eligible for Ion Compilation
- Async Generator Function Eligible for Ion Compilation
Why: We have no idea how important generators are to the real web. We suspect not at all, but also have no real evidence to back this up.
| Reporter | ||
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Updated•4 months ago
|
Assignee: nobody → dminor
| Assignee | ||
Comment 1•4 months ago
|
||
Pushed by dminor@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ac552dd28413
https://hg.mozilla.org/integration/autoland/rev/e503ef1fe624
Add use counters for generators; r=mgaudet
Status: NEW → RESOLVED
Closed: 3 months ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•