Skip to content

version_70: Optimize normally with debug info (#1927)

Compare
Choose a tag to compare
@kripken kripken released this 28 Feb 19:21
1a483a2
* optimize normally with debug info - some of it may be removed, but that's the price of higher optimization levels, and by optimizing normally in profiling and -g2 etc. builds they are more comparable to normal ones, yielding better data
* copy debug locations automatically in replaceCurrent in wasm-traversal, so optimization passes at least by default will preserve debuggability