Fix several bugs related to varying the size of constant space:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 11 Dec 1993 20:31:44 +0000 (20:31 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 11 Dec 1993 20:31:44 +0000 (20:31 +0000)
commit7ebe506897c31f5a5f5a0861fbb0c311aa58c1d6
treec8ae9f93ab2f98a675aa0e499f37d71d788049f0
parente9b8ab6e349f2b1970664f1b1466cb1694c239e1
Fix several bugs related to varying the size of constant space:
- The gc file should be large enough to accomodate all the heap and
  constant space, not only the space indicated by the -heap parameter.

- The size of the gc file should be a multiple of the gc buffer size.
  The garbage collector always writes a multiple of this quantity,
  even though at the end, only the area in use is read.
v7/src/microcode/bchmmg.c