ezrosent / allocators-rs

Allocators in Rust
Apache License 2.0
311 stars 28 forks source link

Investigate performance benefits from mir-opt-level #121

Open joshlf opened 7 years ago

joshlf commented 7 years ago

Rust currently supports an unstable option, mir-opt-level (analogous to opt-level) that instructs Rust to perform optimizations at the MIR level. We should investigate whether this gives us any performance improvements over simply using the stable opt-level.

joshlf commented 7 years ago

We've run into some ICEs: