Handbook
Glossary
test-flat ( quot -- cfgs )
Vocabulary
compiler
.
cfg
.
debugger
Inputs
quot
an
object
Outputs
cfgs
an
object
Definition
USING:
compiler.cfg.gc-checks
compiler.cfg.optimizer
compiler.cfg.representations
compiler.cfg.save-contexts
;
IN:
compiler.cfg.debugger
:
test-flat
( quot -- cfgs )
test-builder
{
optimize-cfg
select-representations
insert-gc-checks
insert-save-contexts
}
run-passes
;