python-wasm
python-wasm copied to clipboard
Investigate compiler and linker flags
- LTO (link time optimization) may generate faster interpreter
-Osinstead of-O3/-O2generates much smaller code. Let's check if it makes a noticeable performance impact