Improve stage1 bootstrap speed

db4
Slava Pestov 2008-02-26 03:30:11 -06:00
parent 157e16f499
commit 3d6cb9a90c
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@ crossref off
"syntax" vocab vocab-words bootstrap-syntax set
H{ } clone dictionary set
H{ } clone changed-words set
[ default-recompile-hook ] recompile-hook set
! Trivial recompile hook. We don't want to touch the code heap
! during stage1 bootstrap, it would just waste time.
[ drop { } ] recompile-hook set
call
call