Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Who? Me?! 2019-11-12 13:36:12 -06:00
parent d1614a5c8c
commit a35f67c21c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# MIR optimizations # MIR optimizations
MIR optimizations are optimizations run on the [MIR][mir] to produce better MIR MIR optimizations are optimizations run on the [MIR][mir] to produce better MIR
before codegen. This is important for two reasons: first, it make the final before codegen. This is important for two reasons: first, it makes the final
generated executable code better, and second, it means that LLVM has less work generated executable code better, and second, it means that LLVM has less work
to do, so compilation is faster. Note that since MIR is generic (not to do, so compilation is faster. Note that since MIR is generic (not
[monomorphized][monomorph] yet), these optimizations are particularly [monomorphized][monomorph] yet), these optimizations are particularly