|
|
|
|
|
by nine_k
2427 days ago
|
|
To sum up: LLVM is heavily optimized for C code, not so much for Rust. So Rust code has to imitate certain C mannerisms for the optimizer to kick in. You have to pay the price of compatibility with the existing toolchain even if it's not your explicit goal. |
|