Handbook
Glossary
fresh-compiled-word ( quot -- word )
Vocabulary
compiler
.
cfg
.
value-numbering
.
global
.
validation
Inputs
quot
an
object
Outputs
word
an
object
Definition
USING:
compiler.units
kernel
stack-checker
words
;
IN:
compiler.cfg.value-numbering.global.validation
:
fresh-compiled-word
( quot -- word )
[
dup
infer
define-temp
]
with-compilation-unit
;