end-stack-analysis ( cfg -- )


Vocabulary
compiler.cfg.stacks

Inputs
cfga cfg


Outputs
None

Word description
Ends the stack analysis of the current cfg. This is the last step of the cfg construction (but comes before all optimization passes).

Definition