Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 408 Bytes

Codegen.adoc

File metadata and controls

19 lines (13 loc) · 408 Bytes

Codegen

<:Codegen:> is a translation pass from the <:Machine:> <:IntermediateLanguage:> to one or more compilation units that can be compiled to native object code by an external tool.

Implementation

  • <!ViewGitDir(mlton,master,mlton/codegen)>

Details and Notes

The following <:Codegen:codegens> are implemented:

  • <:AMD64Codegen:>

  • <:CCodegen:>

  • <:LLVMCodegen:>

  • <:X86Codegen:>