Module bytecode::livevar_analysis
source · Structs
- The annotation for live variable analysis. For each code position, we have a set of local variable indices that are live just before the code offset, i.e. these variables are used before being overwritten.
Functions
- Format a live variable annotation.