package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Official release 4.13.1
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      4.13.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=194c7988cc1fd1c64f53f32f2f7551e5309e44d914d6efc7e2e4d002296aeac4
    
    
  doc/ocamloptcomp/Linear/index.html
Module Linear
type label = Cmm.labeltype instruction = {mutable desc : instruction_desc;mutable next : instruction;arg : Reg.t array;res : Reg.t array;dbg : Debuginfo.t;live : Reg.Set.t;
}and instruction_desc = | Lprologue| Lend| Lop of Mach.operation| Lreloadretaddr| Lreturn| Llabel of label| Lbranch of label| Lcondbranch of Mach.test * label| Lcondbranch3 of label option * label option * label option| Lswitch of label array| Lentertrap| Ladjust_trap_depth of {}| Lpushtrap of {lbl_handler : label;
}| Lpoptrap| Lraise of Lambda.raise_kind
val has_fallthrough : instruction_desc -> boolval end_instr : instructionval instr_cons : 
  instruction_desc ->
  Reg.t array ->
  Reg.t array ->
  instruction ->
  instructiontype fundecl = {fun_name : string;fun_body : instruction;fun_fast : bool;fun_dbg : Debuginfo.t;fun_tailrec_entry_point_label : label;fun_contains_calls : bool;fun_num_stack_slots : int array;fun_frame_required : bool;fun_prologue_required : bool;
} sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >