insert-gc-check? ( bb -- ? )


Vocabulary
compiler.cfg.gc-checks.private

Inputs
bba basic-block


Outputs
?a boolean


Word description
Whether to insert a gc check in the block or not. Only blocks with allocation instructions require gc checks.

See also
allocation-insn

Definition