Open
Bug 1987011
Opened 3 months ago
Updated 3 months ago
Use BytecodeSite for wasm compiled with Ion
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
NEW
People
(Reporter: rhunt, Unassigned)
References
(Blocks 1 open bug)
Details
MDefinition and MBasicBlock track a bytecode site and this can be used by the profiler to correlate PC to original source code. We currently don't use this at all for wasm. We would need to make this class generic to either wasm or JS somehow.
You need to log in
before you can comment on or make changes to this bug.
Description
•