Playing with the procedure call mechanism.
authorLudovic Court`es <ludovic.courtes@laas.fr>
Tue, 3 May 2005 15:13:42 +0000 (15:13 +0000)
committerLudovic Courtès <ludo@gnu.org>
Fri, 25 Apr 2008 17:09:30 +0000 (19:09 +0200)
commit135b32ee84567a7d704fdc1f6b86997bfd970eb9
treeb53a90db5291aa5256b35b45aaefeb1474c7fff8
parentf41cb00ce25d0263bb58e83e3d632ec6bf79b05a
Playing with the procedure call mechanism.

* src/objcodes.c (do-pair):  New experiment.
* src/vm_engine.h (ALIGN_AS_NON_IMMEDIATE):  New macro.
  (POP_LIST_ON_STACK):  New experimental macro.
* src/vm_engine.c (call):  In the procedure call case, I tried using the above
  macro.

git-archimport-id: lcourtes@laas.fr--2004-libre/guile-vm--revival--0.6--patch-8
src/objcodes.c
src/vm_engine.h
src/vm_system.c