package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.14.4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml_4.14.4.tar.gz
sha256=71415c000ebfce604defafaa584ab5ed10ad81ff180897db4e6fea8dac6e4b0d

doc/ocamloptcomp/Optcompile/index.html

Module Optcompile

Native compilation for .ml and .mli files.

val interface : source_file:string -> output_prefix:string -> unit
val implementation : backend:(module Backend_intf.S) -> start_from:Clflags.Compiler_pass.t -> source_file:string -> output_prefix:string -> unit

Internal functions

*

val clambda : Compile_common.info -> (module Backend_intf.S) -> Typedtree.implementation -> unit

clambda info typed applies the regular compilation pipeline to the given typechecked implementation and outputs the resulting files.

val flambda : Compile_common.info -> (module Backend_intf.S) -> Typedtree.implementation -> unit

flambda info backend typed applies the Flambda compilation pipeline to the given typechecked implementation and outputs the resulting files.