emit-gc-maps ( -- )
GC maps


Vocabulary
compiler.codegen.gc-maps

Word description
One of the last stages in code generation are emitting the GC maps which are placed directly after the generated executable code. They are emitted so that the end is aligned to a 16-byte boundary.

Definition