Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
gc-map-here ( gc-map -- )
Vocabulary
compiler.codegen.gc-maps
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
;