Handbook
Glossary
test-regs ( quot -- cfgs )
Vocabulary
compiler
.
cfg
.
debugger
Inputs
quot
an
object
Outputs
cfgs
an
object
Definition
USING:
compiler.cfg.finalization
compiler.cfg.optimizer
;
IN:
compiler.cfg.debugger
:
test-regs
( quot -- cfgs )
test-builder
{
optimize-cfg
finalize-cfg
}
run-passes
;