cvs commit: hugs98/src storage.c storage.h

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 9 Apr 2002 12:02:47 -0700


sof         2002/04/09 12:02:47 PDT

  Modified files:
    src                  storage.c storage.h 
  Log:
  Keep track of the high-water mark in the 'malloc pointer' table; makes
  the table scan the GC performs proportional to the number of ForeignObjs
  allocated, not the size of the table (which is 10k elts, by default.)
  
  The table containing the StablePtrs is in line for a similar treatment.
  
  Revision  Changes    Path
  1.31      +24 -4     hugs98/src/storage.c
  1.29      +4 -2      hugs98/src/storage.h