disable trampoline "optimizations"
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Aug 2008 19:56:29 +0000 (21:56 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Aug 2008 19:56:29 +0000 (21:56 +0200)
commitd507b25f1f9a3368026c6cd50565e6bbca3fc46f
treeb8fb3aab420e510803289afbd290b69a025a3443
parent659b4611b6a138fa252a42d1e1a0f4862242454c
disable trampoline "optimizations"

* src/vm_system.c: Disable those trampoline "optimizations", as they
  actually slowed down benchmark/measure.scm '(fibo 30)'. They were
  edifying, in that now I have an appreciation of the need for
  SYNC_ALL().
src/vm_system.c