Meta
val global_data : unit -> Stdlib.Obj.t array
type closure = unit -> Stdlib.Obj.t
val reify_bytecode :
bytes array ->
Instruct.debug_event list array ->
string option ->
bytecode * closure
val release_bytecode : bytecode -> unit
val invoke_traced_function :
Stdlib.Obj.raw_data ->
Stdlib.Obj.t ->
Stdlib.Obj.t ->
Stdlib.Obj.t
val get_section_table : unit -> (string * Stdlib.Obj.t) list