package ocaml-base-compiler

  1. Overview
  2. Docs
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