Closed
Bug 1960480
Opened 5 days ago
Closed 4 days ago
Improve WASM jitdump info for profile comparisons
Categories
(Core :: JavaScript: WebAssembly, task)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: bvisness, Assigned: bvisness)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The function/trampoline names produced in our jitdump info could be improved to play nice with samply and our profile comparison tooling.
Assignee | ||
Comment 1•5 days ago
|
||
Using "Wasm:" and "WasmTrampoline:" tells samply that these functions
should be considered JS frames. Additionally, the (WASM:<index>) at the
end matches with V8's output and enables reliable matching in our
profile comparison reports.
Pushed by bvisness@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a878e50b31ad
Improve WASM jitdump names. r=rhunt
Status: ASSIGNED → RESOLVED
Closed: 4 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•