Compile
val implementation :
start_from:Clflags.Compiler_pass.t ->
source_file:string ->
output_prefix:string ->
unit
val to_bytecode :
Compile_common.info ->
Typedtree.implementation ->
Instruct.instruction list * Ident.Set.t
val emit_bytecode :
Compile_common.info ->
(Instruct.instruction list * Ident.Set.t) ->
unit