Handbook
Glossary
set-rep-of ( rep vreg -- )
Virtual single-assignment registers
Prev:
rep-of ( vreg -- rep )
Vocabulary
compiler
.
cfg
.
registers
Inputs
rep
a
representation
vreg
a
number
Outputs
None
Word description
Sets the representation for a virtual register.
Definition
USING:
assocs
namespaces
;
IN:
compiler.cfg.registers
:
set-rep-of
( rep vreg -- )
representations
get
set-at
;