Closed
Bug 1606868
Opened 6 years ago
Closed 6 years ago
Give default class constructors scripted function types
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla75
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(1 file)
Default class constructors are never inlined, because they don't have
scripted function types installed. This is similar to the issue reported in bug 958797.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P1
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ca398e27696e
Add scripted function type to default class constructors. r=jandem
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Updated•6 years ago
|
status-firefox74:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•