[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

array garbage collection.



I have a HUNK which points to an array containing hunks, and theses
hunks point back to the top hunk, and also to arrays which contain
hunks that point back to the top hunk.

=> I swear I can show that arrays are not getting garbage collected
   properly <=

Storage is not getting reclaimed, and I run out very fast this way
on a pdp-10. I almost think I'm crazy reporting that the maclisp
garbage collector doesn't work. Please tell me it isn't so.

-gjc