Handbook
Glossary
compute-target ( label-fixup -- offset )
Vocabulary
compiler
.
codegen
.
labels
Inputs
label-fixup
an
object
Outputs
offset
an
object
Definition
USING:
accessors
kernel
;
IN:
compiler.codegen.labels
:
compute-target
( label-fixup -- offset )
label>>
offset>>
[
"Unresolved label"
throw
]
unless*
;