Closed
Bug 1836988
Opened 1 years ago
Closed 1 years ago
Avoid multiple-realm stub folding
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
In order to avoid creating folded stubs that entrain multiple realms, let's ensure that folded stubs only every reference a single realm's shapes.
Assignee | ||
Comment 1•1 years ago
|
||
We're concerned this could contribute to entraining dead realms causing useless increased GC cost
Updated•1 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Updated•1 years ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a869169cf2c8
Avoid multiple-realm stub folding r=iain
Comment 3•1 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
Updated•1 years ago
|
Whiteboard: [sp3]
Updated•1 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-412
You need to log in
before you can comment on or make changes to this bug.
Description
•