package ocaml-base-compiler

  1. Overview
  2. Docs
Official 4.04.2 release

Install

Dune Dependency

Authors

Maintainers

Sources

4.04.2.tar.gz
sha256=6277a477956fc7b76f28af9941dce2984d0df809a0361093eb2e28234bf9c8ed
md5=5ce661a2d8b760dc77c2facf46ccddd1

doc/ocamloptcomp/Asmgen/index.html

Module Asmgen

val compile_implementation_flambda : ?toplevel:(string -> bool) -> source_provenance:Timings.source_provenance -> string -> required_globals:Ident.Set.t -> backend:(module Backend_intf.S) -> Format.formatter -> Flambda.program -> unit
val compile_implementation_clambda : ?toplevel:(string -> bool) -> source_provenance:Timings.source_provenance -> string -> Format.formatter -> Lambda.program -> unit
val compile_phrase : Format.formatter -> Cmm.phrase -> unit
type error =
  1. | Assembler_error of string
exception Error of error
val report_error : Format.formatter -> error -> unit
val compile_unit : source_provenance:Timings.source_provenance -> string -> string -> bool -> string -> (unit -> unit) -> unit
OCaml

Innovation. Community. Security.