remove some configurability in vm-engine
authorAndy Wingo <wingo@pobox.com>
Fri, 18 May 2012 10:21:08 +0000 (12:21 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 23 May 2013 12:42:25 +0000 (14:42 +0200)
commitff3968c22d84529666487c2706d904c96440a33d
treeb200043f2a4094bb36df928179b376a9adeb1970
parent27c7c630a1f2b3499311c092673f3b131fc5e6e7
remove some configurability in vm-engine

* libguile/vm-engine.c: Remove the ability for the VM to check object
  access, free variable access, and the ip.  They were off by default.
  Since they will be different in the RTL VM, their presence is just
  making things confusing.

* libguile/vm.c: Remove corresponding error helpers.
libguile/vm-engine.c
libguile/vm.c