Handbook
Glossary
gc-map-here ( gc-map -- )
Vocabulary
compiler
.
codegen
.
gc-maps
Inputs
gc-map
a
gc-map
Outputs
None
Word description
Registers the gc map in the
gc-maps
dynamic variable at the current compiled offset.
Definition
USING:
compiler.codegen.relocation
kernel
namespaces
sequences
;
IN:
compiler.codegen.gc-maps
:
gc-map-here
( gc-map -- )
dup
gc-map-needed?
[
gc-maps
get
push
compiled-offset
return-addresses
get
push
]
[
drop
]
if
;