package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.11.2

Install

Dune Dependency

Authors

Maintainers

Sources

4.11.2.tar.gz
sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09

doc/ocamloptcomp/Asmgen/index.html

Module Asmgen

From Lambda to assembly code

type middle_end = backend:(module Backend_intf.S) -> filename:string -> prefixname:string -> ppf_dump:Format.formatter -> Lambda.program -> Clambda.with_constants

The type of converters from Lambda to Clambda.

val compile_implementation : ?toplevel:(string -> bool) -> backend:(module Backend_intf.S) -> filename:string -> prefixname:string -> middle_end:middle_end -> ppf_dump:Format.formatter -> Lambda.program -> unit

Compile an implementation from Lambda using the given middle end.

val compile_phrase : ppf_dump: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 : string -> bool -> string -> (unit -> unit) -> unit
OCaml

Innovation. Community. Security.