>>>>> "Camm" == Camm Maguire <c...@maguirefamily.org> writes:
Camm> Greetings! Camm> Gunter Königsmann <gun...@peterpall.de> writes: >> >> @camm: Is there a way to manually trigger the garbage collector in gcl? >> Camm> (si::gbc t) will collect everything. One can also specify subsets of Camm> memory to collect. Camm> Everything should of course work without manual gc calls, but it is Camm> quite common for lisp coders to deliberately collect the garbage when Camm> they know they have generated a lot and want a small clean starting Camm> point. For example, ACL2 invokes before save-system, etc. This makes a lot of sense when you're doing save-system; no point in saving all the garbage with the saved system. Calling GC in other places is much harder to justify unless you really know what's happening and why there's so much garbage at a certain point. And that just begs the question of why GC doesn't do that automatically for itself. -- Ray _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org https://lists.gnu.org/mailman/listinfo/gcl-devel