Handbook
Glossary
%call-gc ( gc-map -- )
CPU architecture description model
Prev:
%c-invoke ( symbols dll gc-map -- )
Next:
%check-nursery-branch ( label size cc temp1 temp2 -- )
Vocabulary
cpu
.
architecture
Inputs
gc-map
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%call-gc
cpu
( gc-map -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%call-gc
drop
;
USING:
compiler.codegen.gc-maps
cpu.architecture
memory
system
;
M:
x86
%call-gc
\
minor-gc
%call
gc-map-here
;