Greetings!

Gunter Königsmann <gun...@peterpall.de> writes:

>
> @camm: Is there a way to manually trigger the garbage collector in gcl?
>

(si::gbc t) will collect everything.  One can also specify subsets of
memory to collect.

Everything should of course work without manual gc calls, but it is
quite common for lisp coders to deliberately collect the garbage when
they know they have generated a lot and want a small clean starting
point.  For example, ACL2 invokes before save-system, etc.

Take care,
-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to