[schemepy] Ideas on dealing with the mzscheme's memory-moving GC?

[schemepy] Ideas on dealing with the mzscheme's memory-moving GC?

Tim Ansell mithro at mithis.com
Tue Jun 3 00:24:16 EDT 2008


> I think experimenting is going to be the best option.
> 
> Tim 'Mithro' Ansell

Oh, I have found forcing garbage collection at different times is a
great way to find bugs and make sure everything is behaving.

mzscheme has a void scheme_collect_garbage() method which you can use to
do this.

Hope this help.

Tim 'Mithro' Ansell



More information about the schemepy mailing list