NEW 174098
WebAssembly: print module name in backtraces if available
https://bugs.webkit.org/show_bug.cgi?id=174098
Summary WebAssembly: print module name in backtraces if available
JF Bastien
Reported 2017-07-03 08:30:05 PDT
#172008 adds module name parsing but doesn't do anything with it. See that patch for why this is tricky.
Attachments
JF Bastien
Comment 1 2017-07-05 14:05:42 PDT
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
Comment 2 2017-07-05 14:07:06 PDT
Shouldn't be hard if we make the Callee bigger. I'd put a Module*.
Note You need to log in before you can comment on or make changes to this bug.