Closed
Bug 1829922
Opened 2 years ago
Closed 2 years ago
Fix inline access to megamorphic cache for symbols
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: alexical, Assigned: alexical)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
We forget to tag the id with the symbol tag when accessing the megamorphic cache by value in JIT code. We should fix that.
Assignee | ||
Comment 1•2 years ago
|
||
Verified by microbenchmark.
Updated•2 years ago
|
Assignee: nobody → dothayer
Status: NEW → ASSIGNED
Pushed by dothayer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/41a05062d7d0
Fix inline access to megamorphic cache for symbols r=iain
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-354
You need to log in
before you can comment on or make changes to this bug.
Description
•