Compile malloc, free, memcpy in bootstrap so that we can test the compiler right after USE: bootstrap.compiler
parent
71d907887f
commit
bc6973a2f2
|
@ -3,7 +3,7 @@ parser kernel kernel.private classes classes.private
|
||||||
arrays hashtables vectors tuples sbufs inference.dataflow
|
arrays hashtables vectors tuples sbufs inference.dataflow
|
||||||
hashtables.private sequences.private math tuples.private
|
hashtables.private sequences.private math tuples.private
|
||||||
growable namespaces.private alien.remote-control assocs
|
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 [
|
"bootstrap.math" vocab [
|
||||||
"cpu." cpu append require
|
"cpu." cpu append require
|
||||||
|
@ -44,6 +44,8 @@ words generator command-line vocabs io prettyprint ;
|
||||||
new nth push pop peek hashcode* = get set
|
new nth push pop peek hashcode* = get set
|
||||||
|
|
||||||
. lines
|
. lines
|
||||||
|
|
||||||
|
malloc free memcpy
|
||||||
} [ compile ] each
|
} [ compile ] each
|
||||||
|
|
||||||
[ recompile ] parse-hook set-global
|
[ recompile ] parse-hook set-global
|
||||||
|
|
Loading…
Reference in New Issue