Better vm.c support for RTL programs
authorAndy Wingo <wingo@pobox.com>
Thu, 17 Oct 2013 21:16:32 +0000 (23:16 +0200)
committerAndy Wingo <wingo@pobox.com>
Thu, 17 Oct 2013 21:20:32 +0000 (23:20 +0200)
commit73c3db666926aa4a0307ea0ed4b38608a31ecd82
tree8379b789bc69dfd8c91a788e8e9d1b1fd53d11ca
parentac371963218c757172e3f8322322853254097d7f
Better vm.c support for RTL programs

* libguile/vm.c (scm_c_vm_run): Directly dispatch to the RTL VM for RTL
  programs.
  (scm_bootstrap_vm): Initialize the RTL program stubs early, and mark
  the RTL boot program with the boot flag.
libguile/vm.c