diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-03-08 21:19:44 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-03-12 14:11:01 -0500 |
| commit | c15fc13edf1eed2a8e81e5e508a33fca935b8784 (patch) | |
| tree | 0bc365dc0bc025fad644773d7fd44c96a08a025f /src/doc/rustc-dev-guide | |
| parent | 3137ebb2c4da414a12d4c4997cfe1cc0ea2eb013 (diff) | |
| download | rust-c15fc13edf1eed2a8e81e5e508a33fca935b8784.tar.gz rust-c15fc13edf1eed2a8e81e5e508a33fca935b8784.zip | |
Update src/backend/codegen.md
Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/backend/codegen.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/codegen.md b/src/doc/rustc-dev-guide/src/backend/codegen.md index 8b005525dc8..5e277fc3c60 100644 --- a/src/doc/rustc-dev-guide/src/backend/codegen.md +++ b/src/doc/rustc-dev-guide/src/backend/codegen.md @@ -46,7 +46,7 @@ There are a few benefits to using LLVM: ## Running LLVM, linking, and metadata generation Once LLVM IR for all of the functions and statics, etc is built, it is time to -start running LLVM and its optimisation passes. LLVM IR is grouped into +start running LLVM and its optimization passes. LLVM IR is grouped into "modules". Multiple "modules" can be codegened at the same time to aid in multi-core utilisation. These "modules" are what we refer to as _codegen units_. These units were established way back during monomorphisation |
