3 ms·
Optimizing compilers.
by hacst 11y ago
Optimizing compilers.
- BrendanEich 11y agoSometimes you must build with -g. WebDWARF ;-).
- bsimpson 11y agoCan you please clarify? I've seen WebDWARF mentioned twice now, but when I Google, I get a bunch of results about a shareware clone of Dreamweaver.
- filereaper 11y agoDWARF is a debugging data format for ELF files.[1] WebDWARF then would be to WebASM, as DWARF is to ELF files. [1]https://en.wikipedia.org/wiki/DWARF https://en.wikipedia.org/wiki/DWARF
- bsimpson 11y agoThank you!
- BrendanEich 11y agoI'm suggesting that when debugging optimized code, you'll use -g as on native platforms. I'm speculating further that with wasm, decompilers will rise to the view source challenge.