[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pre and Post GC functions
- To: info-macl@cambridge.apple.com
- Subject: Pre and Post GC functions
- From: verzullj@cs.rpi.edu (Joseph Verzulli)
- Date: Wed, 10 Jul 91 08:06:48 EDT
I need to have a function called just before each garbage collection, and
another function called just after garbage collection. I tried redefining
CCL:GC to do this (it first calls my function, then calls the old ccl:gc,
then calls another of my functions). This works when I manually invoke
(GC), but is ignored when Lisp automatically does a GC. Is there another way
to do this?