package ocaml-base-compiler

  1. Overview
  2. Docs
val global_data : unit -> Obj.t array
val realloc_global_data : int -> unit
type closure = unit -> Obj.t
type bytecode
val reify_bytecode : bytes array -> Instruct.debug_event list array -> string option -> bytecode * closure
val release_bytecode : bytecode -> unit
val invoke_traced_function : Obj.raw_data -> Obj.t -> Obj.t -> Obj.t
val get_section_table : unit -> (string * Obj.t) list