We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f0ba4 commit 75f60ecCopy full SHA for 75f60ec
src/backend/codegen.md
@@ -46,7 +46,7 @@ There are a few benefits to using LLVM:
46
## Running LLVM, linking, and metadata generation
47
48
Once LLVM IR for all of the functions and statics, etc is built, it is time to
49
-start running LLVM and its optimisation passes. LLVM IR is grouped into
+start running LLVM and its optimization passes. LLVM IR is grouped into
50
"modules". Multiple "modules" can be codegened at the same time to aid in
51
multi-core utilisation. These "modules" are what we refer to as _codegen
52
units_. These units were established way back during monomorphisation
0 commit comments