package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Official release 4.11.2
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.11.2.tar.gz
sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09
doc/ocamloptcomp/Compute_ranges/Make/index.html
Module Compute_ranges.Make
Parameters
module S : Compute_ranges_intf.S_functorSignature
module Subrange : sig ... endmodule Range : sig ... endval empty : tA value of type t that holds no range information.
val create : Linear.fundecl -> t * Linear.fundeclCompute ranges for the code in the given linearized function declaration, returning the ranges as a value of type t and the rewritten code that must go forward for emission.
Iterate through ranges. Each range is associated with an index.
val all_indexes : t -> S.Index.Set.tAll indexes for which the given value of type t contains ranges.
val rewrite_labels_and_remove_empty_subranges_and_ranges :
t ->
env:int Numbers.Int.Map.t ->
tAn internal function used by Coalesce_labels. The env should come from Coalesce_labels.fundecl.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page