New objects mostly work, procedure calls are ok, but GC messes things up.
commitbfe08757bcfa7ddfd225624a4e15d3672a05ea10
authorVincent St-Amour <stamourv@dino11.iro.umontreal.ca>
Thu, 17 Jul 2008 19:42:19 +0000 (17 15:42 -0400)
committerVincent St-Amour <stamourv@dino11.iro.umontreal.ca>
Thu, 17 Jul 2008 19:42:19 +0000 (17 15:42 -0400)
treebd70a2529614e2b87b354233a9cb36941b71c784
parent4d72e615e142d49fa067464207a32c5fd01419b7
New objects mostly work, procedure calls are ok, but GC messes things up.
After a GC, both env and the continuation stack are messed up.
However, the vm now uses all memory, not just 8 bits, so GC happens
only in big programs.
picobit-vm.c
picobit.scm