issues
search
emmatyping
/
python-wasm
Build scripts and configuration for building CPython for Emscripten
https://repl.ethanhs.me
679
stars
35
forks
source link
Investigate compiler and linker flags
#71
Open
tiran
opened
2 years ago
tiran
commented
2 years ago
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
-Os
instead of-O3
/-O2
generates much smaller code. Let's check if it makes a noticeable performance impact