Compile compiler early

db4
Slava Pestov 2008-10-23 02:49:55 -05:00
parent 52967c5bf1
commit 7fb39a14c1
1 changed files with 5 additions and 1 deletions

View File

@ -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