package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release 4.10.1
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.10.1.tar.gz
sha256=d1dd3d39dc2d06aca694e8a97983d25d5730c19ad8ceff83c3072fd05adaf28e
doc/ocamloptcomp/Reg_with_debug_info/index.html
Module Reg_with_debug_info
Registers equipped with information used for generating debugging information.
module Debug_info : sig ... endtype reg_with_debug_info = tval create :
reg:Reg.t ->
holds_value_of:Backend_var.t ->
part_of_value:int ->
num_parts_of_value:int ->
which_parameter:int option ->
provenance:unit option ->
tval create_with_debug_info : reg:Reg.t -> debug_info:Debug_info.t option -> tval location : t -> Reg.locationval debug_info : t -> Debug_info.t optionat_same_location t reg holds iff the register t corresponds to the same (physical or pseudoregister) location as the register reg, which is not equipped with debugging information. register_class should be Proc.register_class.
val holds_pointer : t -> boolval holds_non_pointer : t -> boolval assigned_to_stack : t -> boolassigned_to_stack t holds iff the location of t is a hard stack slot.
module Set_distinguishing_names_and_locations : Set.S with type elt = tmodule Map_distinguishing_names_and_locations : Map.S with type key = tmodule Set : sig ... endval print :
print_reg:(Format.formatter -> Reg.t -> unit) ->
Format.formatter ->
t ->
unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>