begin-local-analysis ( basic-block -- )
Local stack analysis

Prev:replace-loc ( vreg loc -- )
Next:end-local-analysis ( basic-block -- )


Vocabulary
compiler.cfg.stacks.local

Inputs
basic-blocka basic-block


Outputs
None

Word description
Begins the local analysis of the block. The height slot of the block is initialized with the resulting height of the last block.

Definition