memory defragmentation

Ren-Song Ko korenson at cse.msu.edu
Mon Feb 15 13:01:34 PST 1999


>I'm still a weenie at programming, but I've had a Good Hard Think (tm)
>about this and I still don't see any memory structure that'll work
>better than the current system, which (as you know) dedicates each
>memory block to a certain size of object.  (In that respect, it's
>similar to the Boehm-Demers-Weiser collector; the book mentioned above
>cites [Boehm and Weiser, 1988].)
>

Correct me if I am wrong. What actually bother me is that kaffe use a free
list to keep track of free memory block. After allocating and reclaiming
memory blocks, the free block will not be contiguous and this might be the
problem for large objets to fit in. Or did I miss something?

Best,
======================================================
Ren-Song Ko, Department of Computer Science, MSU
korenson at cps.msu.edu, http://www.cps.msu.edu/~korenson

!!! Error 3032 - Recursion error. See error 3032. !!!

"There are only two things which are infinite, the
universe and human stupidity,and I'm not really sure
about the universe" Albert Einstein  


More information about the kaffe mailing list