Re: prescheme & boehm leak detection?

Michael Sperber <[email protected]> Tue, 12 Aug 2014 09:11:03 +0200
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
Raoul Duke <[email protected]> writes:

> http://hboehm.info/gc/leak.html
>
> so prescheme doesn't use a gc, but i am wondering... does it use
> malloc/free such that i could easily patch it to use boehm gc in the
> leak detection mode?
>
> i have downloaded the sources and am looking at them but remain
> stunningly clueless so far...

I'm not aware that anyone has tried, but I don't see why it wouldn't
work.  (Unless you use funky address arithmetic like the VM, of course.)
Also, I don't see why plugging in the Boehm GC shouldn't work.

-- 
Regards,
Mike