insns-needs-save-context? ( insns -- ? )


Vocabulary
compiler.cfg.save-contexts

Inputs
insnsa sequence


Outputs
?a boolean


Word description
Whether to insert a ##save-context instruction in the given instruction sequence or not. Only instructions that can allocate memory mandates save contexts.

See also
gc-map-insn

Definition