Ideas on compiler performance improvement?

You can set the number of code units to 1, and people often do that for release builds. But it doesn’t make things faster, it makes things slower—the the reason to split them up is to parallelize the LLVM stage.

2 Likes

Shameless plug: Is anyone interested in writing something up for https://github.com/rust-lang-nursery/rustc-guide/issues/88?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.