1) The version of memtop used by compiled code was being set to the
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 20 Nov 1987 08:21:12 +0000 (08:21 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 20 Nov 1987 08:21:12 +0000 (08:21 +0000)
commitea5fdb6f140839b20c81232354d975a5ef15c5f3
tree13011370c671f97d4df9cc95c446c8035d80ef09
parent3b6744d361e8d1099da363161f65ae3100edf5ba
1) The version of memtop used by compiled code was being set to the
opposite value from that desired.

2) Eliminate all remaining uses of Request_Interrupt .

3) Clean up the eventual pushing stuff in interpret.c .

4) Fix a potential stacklet bug in error-procedure.

5) Make the compiled code interface always update memtop on interrupts
or gc.

6) Eliminate some code in non-stacklet version in interpret.c

7) Bintopsb and Psbtobin have been updated to handle compiled code.
14 files changed:
v7/src/microcode/bintopsb.c
v7/src/microcode/hooks.c
v7/src/microcode/interp.c
v7/src/microcode/interp.h
v7/src/microcode/intrpt.h
v7/src/microcode/psbmap.h
v7/src/microcode/psbtobin.c
v7/src/microcode/stack.h
v7/src/microcode/version.h
v8/src/microcode/bintopsb.c
v8/src/microcode/interp.c
v8/src/microcode/psbmap.h
v8/src/microcode/psbtobin.c
v8/src/microcode/version.h