rustc-dev-guide
rustc-dev-guide copied to clipboard
improve/fix "codegen" definition
In the glossary, codegen is define so
the code to translate MIR into LLVM IR.
I, instead, understood it as steps that actually generates machine code (which llvm is responsible for).
Hmm... yes, your definition seems more correct, though there is not a hard line, I guess.