Bug 174098
Summary: | WebAssembly: print module name in backtraces if available | ||
---|---|---|---|
Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | fpizlo, jfbastien, keith_miller, mark.lam, msaboff, saam |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 172008 | ||
Bug Blocks: |
JF Bastien
#172008 adds module name parsing but doesn't do anything with it. See that patch for why this is tricky.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
JF Bastien
On the parent patch, Saam said:
> I think we should just have Wasm::Callee's know their names. We can also have Wasm::Callee know its module. I don't think it's bad for these to grow a bit in size. This seems inevitable for doing wasm debugging.
JF Bastien
Shouldn't be hard if we make the Callee bigger. I'd put a Module*.