gc-root-offsets ( gc-map -- offsets )


Vocabulary
compiler.codegen.gc-maps

Inputs
gc-mapa gc-map


Outputs
offsetsa sequence


Word description
Gets the offsets of all roots in a gc-map. The cfg variable must have been set and the stack-frame slot been initialized.

Definition