Allocate frame objects on the stack when invoking VM hooks.
authorLudovic Courtès <ludo@gnu.org>
Tue, 20 Apr 2010 23:05:42 +0000 (01:05 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 7 May 2010 11:47:52 +0000 (13:47 +0200)
commitb3567435e1ba8b4bdef78fc020a2032c02d73075
treea394732a6d8ec116fe346a2ecba327a6116c630e
parentf9a86f72a6ea7ab480f4bfd6ef61c835620df5eb
Allocate frame objects on the stack when invoking VM hooks.

* libguile/vm.c (vm_dispatch_hook): Don't call `scm_c_make_frame ()'.
  Instead, allocate FRAME on the stack.
libguile/vm.c