python-wasm icon indicating copy to clipboard operation
python-wasm copied to clipboard

Investigate compiler and linker flags

Open tiran opened this issue 3 years ago • 0 comments

  • LTO (link time optimization) may generate faster interpreter
  • -Os instead of -O3 / -O2 generates much smaller code. Let's check if it makes a noticeable performance impact

tiran avatar Apr 05 '22 15:04 tiran