Handbook
Glossary
emit-base-tables ( gc-maps -- count )
Vocabulary
compiler
.
codegen
.
gc-maps
Inputs
gc-maps
an
object
Outputs
count
an
object
Definition
USING:
assocs
kernel
sequences
;
IN:
compiler.codegen.gc-maps
:
emit-base-tables
( gc-maps -- count )
[
derived-root-offsets
]
map
dup
[
keys
]
map
largest-spill-slot
[
[
emit-base-table
]
curry
each
]
keep
;