Closed
Bug 1811355
Opened 3 years ago
Closed 3 years ago
Add detailed Trampoline information to the jitdump
Categories
(Core :: JavaScript Engine: JIT, enhancement, P4)
Tracking
()
RESOLVED
FIXED
111 Branch
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: denispal, Assigned: denispal)
Details
Attachments
(1 file)
A suggestion by :jmuizelaar is to make the Trampoline symbol more clear rather than have a blanket "Trampolines" name.
e.g.
- 3.23% js::jit::SetElementMegamorphic
- 3.18% Trampoline: VM Wrapper
- 0.49% Trampoline: Arguments Rectifier
- 0.09% IC: Call scripted func
- 0.02% BaselineInterpreter
- 0.01% IC: Call scripted func
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by dpalmeiro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7904cd90621f
Split Trampoline JitCode into separate symbols during PerfSpewer r=iain
Comment 3•3 years ago
|
||
Backed out for causing SM bustages complaining about CollectPerfSpewerJitCodeProfile.
Backout link: https://hg.mozilla.org/integration/autoland/rev/22ddf1a526b52fb4a7d89a81c5c1b361419d9a3a
Failure log: https://treeherder.mozilla.org/logviewer?job_id=403520342&repo=autoland&lineNumber=5995
Flags: needinfo?(dpalmeiro)
Pushed by dpalmeiro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e99ecbc4355
Split Trampoline JitCode into separate symbols during PerfSpewer r=iain
Comment 5•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(dpalmeiro)
You need to log in
before you can comment on or make changes to this bug.
Description
•