Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
top-name ( vreg -- vreg' )
Vocabulary
compiler.cfg.ssa.construction.private
Definition
USING:
deques
kernel
namespaces
;
IN:
compiler.cfg.ssa.construction.private
:
top-name
( vreg -- vreg' )
(top-name)
dup
[
dup
used-vregs
get
push-front
]
when
;