package ocaml-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release of OCaml 5.3.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-5.3.0.tar.gz
sha256=22c1dd9de21bf43b62d1909041fb5fad648905227bf69550a6a6bef31e654f38
doc/compiler-libs.optcomp/Asmgen/index.html
Module Asmgen
From Lambda to assembly code
type middle_end =
backend:(module Backend_intf.S) ->
prefixname:string ->
ppf_dump:Format.formatter ->
Lambda.program ->
Clambda.with_constantsThe type of converters from Lambda to Clambda.
val compile_implementation :
?toplevel:(string -> bool) ->
backend:(module Backend_intf.S) ->
prefixname:string ->
middle_end:middle_end ->
ppf_dump:Format.formatter ->
Lambda.program ->
unitCompile an implementation from Lambda using the given middle end.
val compile_implementation_linear : Unit_info.t -> unitval compile_phrase : ppf_dump:Format.formatter -> Cmm.phrase -> unittype error = | Assembler_error of string| Mismatched_for_pack of string option| Asm_generation of string * Emitaux.error
exception Error of errorval report_error : error Format_doc.format_printerval report_error_doc : error Format_doc.printer sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>