package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type profile
type optimized_result = {
  1. program : Code.program;
  2. variable_uses : Deadcode.variable_uses;
  3. trampolined_calls : Effects.trampolined_calls;
  4. in_cps : Effects.in_cps;
  5. deadcode_sentinal : Code.Var.t;
}
val optimize : profile:profile -> Code.program -> optimized_result
val f : ?standalone:bool -> ?wrap_with_fun:[ `Iife | `Anonymous | `Named of string ] -> ?profile:profile -> link:[ `All | `All_from of string list | `Needed | `No ] -> source_map:bool -> formatter:Pretty_print.t -> Parse_bytecode.Debug.t -> Code.program -> Source_map.info
val f' : ?standalone:bool -> ?wrap_with_fun:[ `Iife | `Anonymous | `Named of string ] -> ?profile:profile -> link:[ `All | `All_from of string list | `Needed | `No ] -> Pretty_print.t -> Parse_bytecode.Debug.t -> Code.program -> unit
val from_string : prims:string array -> debug:Instruct.debug_event list array -> string -> Pretty_print.t -> unit
val configure : Pretty_print.t -> unit
val profiles : (int * profile) list
val profile : int -> profile option
OCaml

Innovation. Community. Security.