gc-map-needed? ( gc-map/f -- ? )


Vocabulary
compiler.codegen.gc-maps

Inputs
gc-map/fa gc-map or f


Outputs
?a boolean


Word description
If all slots in the gc-map are empty, then it doesn't need to be emitted.

Definition