Module bytecode::verification_analysis
source · Expand description
Analysis which computes an annotation for each function on whether this function should be verified or inlined. It also calculates the set of global invariants that are applicable to each function as well as collect information on how these invariants should be handled (i.e., checked after bytecode, checked at function exit, or deferred to caller).
Structs
- Analysis info saved for the global_invariant_instrumentation phase
- A named tuple for holding the information on how an invariant is relevant to a function.
- The annotation for information about verification.
Functions
- Get verification information for this function.