diff --git a/basis/bootstrap/compiler/compiler.factor b/basis/bootstrap/compiler/compiler.factor index 0b44761f5c..cbd2f0f41e 100644 --- a/basis/bootstrap/compiler/compiler.factor +++ b/basis/bootstrap/compiler/compiler.factor @@ -7,7 +7,7 @@ hashtables.private sequences.private math classes.tuple.private growable namespaces.private assocs words command-line vocabs io io.encodings.string prettyprint libc splitting math.parser compiler.units math.order compiler.tree.builder -compiler.tree.optimizer ; +compiler.tree.optimizer compiler.cfg.optimizer ; IN: bootstrap.compiler ! Don't bring this in when deploying, since it will store a @@ -93,6 +93,10 @@ nl { optimize-tree } compile-uncompiled +{ optimize-cfg } compile-uncompiled + +{ (compile) } compile-uncompiled + vocabs [ words compile-uncompiled "." write flush ] each " done" print flush