1) Patch compiler code interface problem:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 20 Feb 1988 19:51:38 +0000 (19:51 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 20 Feb 1988 19:51:38 +0000 (19:51 +0000)
commitfe54b47e59f3838bbae75f846149067838083e0b
tree03afbe2c3b9497099043200522b78e01af33fa56
parent0502bdc46ac03c3e5e2bab8b2ca4ded034b8b482
1) Patch compiler code interface problem:
Dynamic links were not saved when a procedure was interrupted.
The typical symptoms would be that the program would jump to
an unpredictable location after a garbage collection.  This could
cause it do die with almost any signal, typically illegal instruction
and segmentation violation.

2) Add a gc counter for debugging purposes.
v7/src/microcode/bchmmg.c
v7/src/microcode/boot.c
v7/src/microcode/memmag.c