[Ecls-list] How to manually invoke garbage collector?

2014-07-12 Thread Michal
Hello, In Guile we can manually trigger garbage collector using (gc) or scm_gc() from Scheme or C code respectively. Is there such possibility in ECL? -- ___ Ecls-list

Re: [Ecls-list] How to manually invoke garbage collector?

2014-07-12 Thread Matthew Mondor
On Sat, 12 Jul 2014 14:11:31 +0200 Michal smieciar...@gmail.com wrote: Hello, In Guile we can manually trigger garbage collector using (gc) or scm_gc() from Scheme or C code respectively. Is there such possibility in ECL? (describe 'gc) Although if I remember, it's not uncommon