gc-check-offsets ( insns -- seq )


Vocabulary
compiler.cfg.gc-checks.private

Inputs
insnsa sequence


Outputs
seqa sequence


Word description
A basic block is divided into sections by ##call and ##phi instructions. For every section with at least one allocation, record the offset of its first instruction in a sequence.

Definition