Closed
Bug 1518848
Opened 7 years ago
Closed 4 years ago
Add JitSpew/debugging output for wasm stack maps
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: jseward, Unassigned)
References
(Blocks 1 open bug)
Details
Diagnosing and debugging wasm stack map problems is essentially impossible
without some mechanism to print out stack maps and their uses. This bug is
to add suitably guarded
-
printing of stack maps during code generation
-
printing of their uses during GC, as we visit each wasm frame
Updated•7 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Blocks: wasm-debugging-tooling
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•