package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release 4.09.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.09.0.tar.gz
sha256=a7bc044167e7d09f8e3ea84b88ec9d81392908ecdac861d3d5015e5f0fc496a3
md5=76ac39570fc88b16fda2a94db7cd5cf3
doc/ocamloptcomp/Linearize/index.html
Module Linearize
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| Lpushtrap of {lbl_handler : label;
}| Lpoptrap| Lraise of Cmm.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_spacetime_shape : Mach.spacetime_shape option;fun_tailrec_entry_point_label : label;
}val fundecl : Mach.fundecl -> fundecl sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>