Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / Codegen.adoc
CommitLineData
7f918cf1
CE
1Codegen
2=======
3
4<:Codegen:> is a translation pass from the <:Machine:>
5<:IntermediateLanguage:> to one or more compilation units that can be
6compiled to native object code by an external tool.
7
8== Implementation ==
9
10* <!ViewGitDir(mlton,master,mlton/codegen)>
11
12== Details and Notes ==
13
14The following <:Codegen:codegens> are implemented:
15
16* <:AMD64Codegen:>
17* <:CCodegen:>
18* <:LLVMCodegen:>
19* <:X86Codegen:>