Handbook
Glossary
update-code-heap ( alist update-existing? reset-pics? -- changed? )
Vocabulary
compiler
.
units
.
private
Inputs
alist
an
object
update-existing?
an
object
reset-pics?
an
object
Outputs
changed?
an
object
Definition
USING:
compiler.units
kernel
sequences
;
IN:
compiler.units.private
:
update-code-heap
( alist update-existing? reset-pics? -- changed? )
pick
empty?
not
[
modify-code-heap
]
dip
;