Handbook
Glossary
check-fixup ( seq -- )
Vocabulary
compiler
.
codegen
Inputs
seq
a
sequence
of generated machine code.
Outputs
None
Word description
Used by
with-fixup
to ensure that the generated machine code is properly aligned.
Definition
USING:
kernel
layouts
math
namespaces
sequences
;
IN:
compiler.codegen
:
check-fixup
( seq -- )
length
data-alignment
get
mod
0
assert=
;