save vm's state before calling out to c procedures
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Aug 2008 21:08:58 +0000 (23:08 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Aug 2008 21:08:58 +0000 (23:08 +0200)
commit6287726adc8cb0f667657e2af757c95c072023e4
tree689fb916f3874be9fdfa6e6114529e13847255aa
parentd507b25f1f9a3368026c6cd50565e6bbca3fc46f
save vm's state before calling out to c procedures

* .gitignore: Ignore .go files.

* src/vm_loader.c:
* src/vm_scheme.c:
* src/vm_system.c: Sync the VM's state before calling out to C
  procedures that might cons or cause a nonlocal exit.
.gitignore
src/vm_loader.c
src/vm_scheme.c
src/vm_system.c