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/ocamlbytecomp/Meta/index.html

Module Meta

val global_data : unit -> Obj.t array
val realloc_global_data : int -> unit
val static_alloc : int -> bytes
val static_free : bytes -> unit
val static_release_bytecode : bytes -> int -> unit
val static_resize : bytes -> int -> bytes
type closure = unit -> Obj.t
val reify_bytecode : bytes -> int -> closure
val invoke_traced_function : Obj.t -> Obj.t -> Obj.t -> Obj.t
val get_section_table : unit -> (string * Obj.t) list
val add_debug_info : bytes -> int -> Instruct.debug_event list array -> unit
val remove_debug_info : bytes -> unit
OCaml

Innovation. Community. Security.