package jasmin

  1. Overview
  2. Docs
Compiler for High-Assurance and High-Speed Cryptography

Install

dune-project
 Dependency

Authors

Maintainers

Sources

jasmin-compiler-v2025.06.1.tar.bz2
sha256=e92b42fa69da7c730b0c26dacf842a72b4febcaf4f2157a1dc18b3cce1f859fa

doc/jasmin.jasmin/Jasmin/Liveness/index.html

Module Jasmin.LivenessSource

Sourceval dep_lvs : Prog.Sv.t -> Prog.lval list -> Prog.Sv.t
Sourceval live_fd : bool -> ('info, 'asm) Prog.func -> (Prog.Sv.t * Prog.Sv.t, 'asm) Prog.func
Sourceval liveness : bool -> ('info, 'asm) Prog.prog -> (Prog.Sv.t * Prog.Sv.t, 'asm) Prog.prog

iter_call_sites cb f runs the cb function for all call site in f with the location of the call instruction, the name of the called function, the ℓ-values, and the sets of live variables before and after the call.

Requires the function f to be annotated with liveness information

Sourceval pp_info : Format.formatter -> (Prog.Sv.t * Prog.Sv.t) -> unit
Sourcetype conflicts = Prog.Sv.t Prog.Mv.t
Sourceval merge_class : conflicts -> Prog.Sv.t -> conflicts
Sourceval conflicts : (Prog.Sv.t * Prog.Sv.t, 'asm) Prog.func -> conflicts
Sourcetype var_classes
Sourceval init_classes : conflicts -> var_classes
Sourceval normalize_repr : var_classes -> Prog.var Prog.Mv.t
Sourceexception SetSameConflict
Sourceval get_conflict : var_classes -> Prog.var -> Prog.Sv.t
Sourceval var_classes_merge : var_classes -> var_classes -> var_classes
Sourceval var_classes_incl : var_classes -> var_classes -> bool