Handbook
Glossary
remember-set-slot ( insn# slot# vreg -- )
Vocabulary
compiler
.
cfg
.
alias-analysis
Inputs
insn#
an
object
slot#
an
object
vreg
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
compiler.cfg.alias-analysis
::
remember-set-slot
( insn# slot# vreg -- )
slot#
[
insn# slot# vreg
record-constant-set-slot
slot# vreg
kill-constant-set-slot
]
[
vreg
kill-computed-set-slot
]
if
;