Closed
Bug 1948958
Opened 29 days ago
Closed 9 days ago
Classes should estimate their slot size and pass it to newinit
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: mgaudet, Assigned: abdoatef.ab, Mentored)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
In the Object Emitter for a class we use NewInit, which in Bug 1941446 is getting a slot count estimate.
However, we are not guessing for classes in that patch. This bug is to choose an estimate for classes.
Updated•29 days ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 1•29 days ago
|
||
Updated•29 days ago
|
Assignee: nobody → abdoatef.ab
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/408762df37b3
Estimate the slot size of classes to pass it to NewInit. r=mgaudet
Comment 3•9 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•