Moved vector copy to the library instead of the VM.
commit6c9158ed20871e7a530a0553cce3b1c69577e76e
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Thu, 8 Oct 2009 21:03:33 +0000 (8 17:03 -0400)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Thu, 8 Oct 2009 21:03:33 +0000 (8 17:03 -0400)
treee8f3c7663181c5b055ae7169120948f76ce22440
parent2b3f167c93bdffd9f0aad852515b7c36d8f2bd47
Moved vector copy to the library instead of the VM.
Moved >= and <= to the library instead of the VM.
Simplified prim-make-u8vector, so that it doesnt fill the vector (done in lib).
Deactivated 8-bit offset closures, which didn't work.
Added some ifdefs in the dispatch for networking primitives.
Removed dead code.
dispatch.c
encoding.scm
env.scm
gc.c
library.scm
picobit-vm.h
primitives.c