Compile malloc, free, memcpy in bootstrap so that we can test the compiler right after USE: bootstrap.compiler

release
Slava Pestov 2007-10-05 17:54:25 -04:00
parent 71d907887f
commit bc6973a2f2
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ parser kernel kernel.private classes classes.private
arrays hashtables vectors tuples sbufs inference.dataflow
hashtables.private sequences.private math tuples.private
growable namespaces.private alien.remote-control assocs
words generator command-line vocabs io prettyprint ;
words generator command-line vocabs io prettyprint libc ;
"bootstrap.math" vocab [
"cpu." cpu append require
@ -44,6 +44,8 @@ words generator command-line vocabs io prettyprint ;
new nth push pop peek hashcode* = get set
. lines
malloc free memcpy
} [ compile ] each
[ recompile ] parse-hook set-global