package ocaml-base-compiler
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Official release 5.0.0
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      5.0.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=72fa3d0ba19b82fcb9e6c62e0090b9d22e5905c4be0f94faf56904a9377a9e5b
    
    
  doc/compiler-libs.bytecomp/Instruct/index.html
Module Instruct
type debug_event = {- mutable ev_pos : int;
- ev_module : string;
- ev_loc : Location.t;
- ev_kind : debug_event_kind;
- ev_defname : string;
- ev_info : debug_event_info;
- ev_typenv : Env.summary;
- ev_typsubst : Subst.t;
- ev_compenv : compilation_env;
- ev_stacksize : int;
- ev_repr : debug_event_repr;
}type instruction = - | Klabel of label
- | Kacc of int
- | Kenvacc of int
- | Kpush
- | Kpop of int
- | Kassign of int
- | Kpush_retaddr of label
- | Kapply of int
- | Kappterm of int * int
- | Kreturn of int
- | Krestart
- | Kgrab of int
- | Kclosure of label * int
- | Kclosurerec of label list * int
- | Koffsetclosure of int
- | Kgetglobal of Ident.t
- | Ksetglobal of Ident.t
- | Kconst of Lambda.structured_constant
- | Kmakeblock of int * int
- | Kmakefloatblock of int
- | Kgetfield of int
- | Ksetfield of int
- | Kgetfloatfield of int
- | Ksetfloatfield of int
- | Kvectlength
- | Kgetvectitem
- | Ksetvectitem
- | Kgetstringchar
- | Kgetbyteschar
- | Ksetbyteschar
- | Kbranch of label
- | Kbranchif of label
- | Kbranchifnot of label
- | Kstrictbranchif of label
- | Kstrictbranchifnot of label
- | Kswitch of label array * label array
- | Kboolnot
- | Kpushtrap of label
- | Kpoptrap
- | Kraise of Lambda.raise_kind
- | Kcheck_signals
- | Kccall of string * int
- | Knegint
- | Kaddint
- | Ksubint
- | Kmulint
- | Kdivint
- | Kmodint
- | Kandint
- | Korint
- | Kxorint
- | Klslint
- | Klsrint
- | Kasrint
- | Kintcomp of Lambda.integer_comparison
- | Koffsetint of int
- | Koffsetref of int
- | Kisint
- | Kisout
- | Kgetmethod
- | Kgetpubmet of int
- | Kgetdynmet
- | Kevent of debug_event
- | Kperform
- | Kresume
- | Kresumeterm of int
- | Kreperformterm of int
- | Kstop
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >