Skip to content

Instantly share code, notes, and snippets.

View paul-schaaf's full-sized avatar
🤖
doing the hacking

Paul paul-schaaf

🤖
doing the hacking
View GitHub Profile
@paul-schaaf
paul-schaaf / emit-bench.md
Last active April 18, 2022 21:14
emit! benchmarks with and without custom release profile
[profile.release]
overflow-checks = true
lto = "fat"
codegen-units = 1
[profile.release.build-override]
opt-level = 3
incremental = false
codegen-units = 1