[plt-scheme] graphs / shared / memory!!
At Thu, 20 Oct 2005 19:15:13 -0400, Matthias Felleisen wrote:
>
> On Oct 20, 2005, at 7:10 PM, Yoav Goldberg wrote:
>
> >> Have you actually measured the memory consumption disadvantaged before
> >> you jump to this conclusion?
> >
> > What's the best way to measure a mzscheme program memory consumption
> > (other than looking at the task-manager)?
>
> I would use Goldberg's gc technology i.e. mzscheme3m/drscheme3m .
> We don't have tools like Bee/Bigloo but at least it is possible to
> measure memory consumption. David?
Adam Wick, you mean.
You can measure memory consumption in the regular boehm collector too,
with current-memory-use.
Robby