Closed
Bug 1816981
Opened 2 years ago
Closed 2 years ago
Inline megamorphic cache lookups in Baseline
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: dthayer, Assigned: dthayer)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We currently inline megamorphic cache lookups in Ion. This bug tracks inlining megamorphic cache lookups in Baseline as well. Initial experimentation with this showed neutral/negative results. However, after tuning things a bit and eliminating the redundant extra cache lookups by passing the cache entry pointer from JIT to C++, I'm actually seeing some promising results here.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P1
Updated•2 years ago
|
Assignee: nobody → dothayer
Attachment #9317937 -
Attachment description: WIP: Bug 1816981 - Inline baseline megamorphic cache lookups → Bug 1816981 - Inline baseline megamorphic cache lookups r?jandem
Status: NEW → ASSIGNED
Pushed by dothayer@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ba94852d7bed
Inline baseline megamorphic cache lookups r=jandem
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-258
You need to log in
before you can comment on or make changes to this bug.
Description
•