package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.10.2

Install

Dune Dependency

Authors

Maintainers

Sources

4.10.2.tar.gz
sha256=7aa26e0d70f36f0338df92cf5aaeb2704f3443bfe910a3d02a5dca9162f1d866

doc/ocamloptcomp/Reg_with_debug_info/Debug_info/index.html

Module Reg_with_debug_info.Debug_info

type t
val compare : t -> t -> int
val holds_value_of : t -> Backend_var.t

The identifier that the register holds (part of) the value of.

val part_of_value : t -> int
val num_parts_of_value : t -> int
val which_parameter : t -> int option

If the register corresponds to a function parameter, the value returned is the zero-based index of said parameter; otherwise it is None.

val provenance : t -> unit option
OCaml

Innovation. Community. Security.