vitorenesduarte/fantoch

Compile options for maximum performance

Closed this issue · 1 comments

Try compiling with -C opt-level=3 -C target-cpu=native -C codegen-units=1 (as suggested here) and/or RUSTFLAGS="--emit=asm" (as suggested here) and check differences.

Addressed in 263931c.